StorelessUnivariateStatistic, UnivariateStatisticAbstractStorelessUnivariateStatistic, AbstractUnivariateStatistic, GeometricMean, Kurtosis, Max, Mean, Median, Min, Percentile, Product, PSquarePercentile, RandomPercentile, SecondMoment, SemiVariance, Skewness, StandardDeviation, Sum, SumOfLogs, SumOfSquares, Variancepublic static interface MathArrays.Function
| Modifier and Type | Method | Description |
|---|---|---|
double |
evaluate(double[] array) |
Operates on an entire array.
|
double |
evaluate(double[] array,
int startIndex,
int numElements) |
double evaluate(double[] array)
array - Array to operate on.double evaluate(double[] array,
int startIndex,
int numElements)
array - Array to operate on.startIndex - Index of the first element to take into account.numElements - Number of elements to take into account.Copyright © 2016–2018 Hipparchus.org. All rights reserved.