|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinearFunctionData
Represents PLFs
Method Summary | |
---|---|
void |
AddPoint(double x,
double y)
AddPoint |
double |
GetMaxY()
GetMaxY |
LinearFunctionIntervals |
GetThresholdedIntervals(double threshold)
Thresholded intervals |
double |
GetX(long index)
GetX |
double |
GetY(long index)
GetY |
double |
Mean(UncertaintyDistributionData distribution)
Mean |
long |
Size()
Size |
double |
StDev(UncertaintyDistributionData distribution)
Standard Deviation |
Method Detail |
---|
void AddPoint(double x, double y)
long Size()
double GetX(long index)
double GetY(long index)
double GetMaxY()
double StDev(UncertaintyDistributionData distribution)
double Mean(UncertaintyDistributionData distribution)
LinearFunctionIntervals GetThresholdedIntervals(double threshold)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |