|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UnivariateStatistic interface provides methods to evaluate double[] based content using an implemented statistical approach. The interface provides two "stateless" simple methods to calculate a statistic from a double[] based parameter.
Method Summary | |
double |
evaluate(double[] values)
Evaluates the double[] returning the result of the evaluation. |
double |
evaluate(double[] values,
int begin,
int length)
Evaluates part of a double[] returning the result of the evaluation. |
Method Detail |
public double evaluate(double[] values)
values
- Is a double[] containing the values
public double evaluate(double[] values, int begin, int length)
values
- Is a double[] containing the valuesbegin
- processing at this point in the arraylength
- processing at this point in the array
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |