Interface | Description |
---|---|
StorelessSymbolicUnivariateStatistic |
Extends the definition of
SymbolicUnivariateStatistic with
StorelessSymbolicUnivariateStatistic.increment(org.matheclipse.core.interfaces.IExpr) and #incrementAll(double[]) methods for adding
values and updating internal state. |
SymbolicUnivariateStatistic |
Base interface implemented by all symbolic statistics.
|
Class | Description |
---|---|
AbstractSymbolicStorelessUnivariateStatistic |
Abstract implementation of the
StorelessUnivariateStatistic interface. |
SymbolicGeometricMean |
Returns the geometric
mean of the available values.
|
SymbolicStatUtils |