public interface SymbolicUnivariateStatistic
Modifier and Type | Method and Description |
---|---|
IExpr |
evaluate(IAST values)
Returns the result of evaluating the statistic over the input array.
|
IExpr |
evaluate(IAST values,
int begin,
int length)
Returns the result of evaluating the statistic over the specified entries
in the input array.
|
IExpr evaluate(IAST values)
values
- input arrayIExpr evaluate(IAST values, int begin, int length)
values
- the input arraybegin
- the index of the first element to includelength
- the number of elements to include