Modifier and Type | Interface and Description |
---|---|
interface |
StorelessUnivariateStatistic
Extends the definition of
UnivariateStatistic with StorelessUnivariateStatistic.increment(double) and StorelessUnivariateStatistic.incrementAll(double[])
methods for adding
values and updating internal state. |
interface |
UnivariateStatistic
Base interface implemented by all statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStorelessUnivariateStatistic
Abstract implementation of the
StorelessUnivariateStatistic interface. |
class |
AbstractUnivariateStatistic
Abstract base class for all implementations of the
UnivariateStatistic interface. |
Modifier and Type | Class and Description |
---|---|
class |
GeometricMean
Returns the
geometric mean of the available values.
|
class |
Kurtosis
Computes the Kurtosis of the available values.
|
class |
Mean
Computes the arithmetic mean of a set of values.
|
class |
SecondMoment
Computes a statistic related to the Second Central Moment.
|
class |
SemiVariance
Computes the semivariance of a set of values with respect to a given cutoff value.
|
class |
Skewness
Computes the skewness of the available values.
|
class |
StandardDeviation
Computes the sample standard deviation.
|
class |
Variance
Computes the variance of the available values.
|
Modifier and Type | Class and Description |
---|---|
class |
Max
Returns the maximum of the available values.
|
class |
Median
Returns the median of the available values.
|
class |
Min
Returns the minimum of the available values.
|
class |
Percentile
Provides percentile computation.
|
Modifier and Type | Class and Description |
---|---|
class |
Product
Returns the product of the available values.
|
class |
Sum
Returns the sum of the available values.
|
class |
SumOfLogs
Returns the sum of the natural logs for this collection of values.
|
class |
SumOfSquares
Returns the sum of the squares of the available values.
|
Modifier and Type | Method and Description |
---|---|
double |
ResizableDoubleArray.compute(MathArrays.Function f)
Performs an operation on the addressable elements of the array.
|
Copyright © 2018 CNES. All Rights Reserved.