|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base evaluation interface implemented by all statistics.
Includes "stateless" evaluate
methods that take
double[]
arrays as input and return the value of the statistic
applied to the input values.
Method Summary | |
double |
evaluate(double[] values)
Returns the result of evaluating the statistic over the input array. |
double |
evaluate(double[] values,
int begin,
int length)
Returns the result of evaluating the statistic over the specified entries in the input array. |
Method Detail |
public double evaluate(double[] values)
values
- input array
public double evaluate(double[] values, int begin, int length)
values
- the input arraybegin
- the index of the first element to includelength
- the number of elements to include
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |