|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StorelessUnivariateStatistic in org.apache.openejb.math.stat.descriptive |
---|
Classes in org.apache.openejb.math.stat.descriptive that implement StorelessUnivariateStatistic | |
---|---|
class |
AbstractStorelessUnivariateStatistic
Abstract implementation of the StorelessUnivariateStatistic interface. |
Methods in org.apache.openejb.math.stat.descriptive that return StorelessUnivariateStatistic | |
---|---|
StorelessUnivariateStatistic |
StorelessUnivariateStatistic.copy()
Returns a copy of the statistic with the same internal state. |
abstract StorelessUnivariateStatistic |
AbstractStorelessUnivariateStatistic.copy()
Returns a copy of the statistic with the same internal state. |
Uses of StorelessUnivariateStatistic in org.apache.openejb.math.stat.descriptive.moment |
---|
Classes in org.apache.openejb.math.stat.descriptive.moment that implement StorelessUnivariateStatistic | |
---|---|
class |
FirstMoment
Computes the first moment (arithmetic mean). |
class |
FourthMoment
Computes a statistic related to the Fourth Central Moment. |
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 |
Skewness
Computes the skewness of the available values. |
class |
ThirdMoment
Computes a statistic related to the Third Central Moment. |
class |
Variance
Computes the variance of the available values. |
Methods in org.apache.openejb.math.stat.descriptive.moment that return StorelessUnivariateStatistic | |
---|---|
StorelessUnivariateStatistic |
GeometricMean.getSumLogImpl()
Returns the currently configured sum of logs implementation |
Methods in org.apache.openejb.math.stat.descriptive.moment with parameters of type StorelessUnivariateStatistic | |
---|---|
void |
GeometricMean.setSumLogImpl(StorelessUnivariateStatistic sumLogImpl)
Sets the implementation for the sum of logs. |
Uses of StorelessUnivariateStatistic in org.apache.openejb.math.stat.descriptive.rank |
---|
Classes in org.apache.openejb.math.stat.descriptive.rank that implement StorelessUnivariateStatistic | |
---|---|
class |
Max
Returns the maximum of the available values. |
class |
Min
Returns the minimum of the available values. |
Uses of StorelessUnivariateStatistic in org.apache.openejb.math.stat.descriptive.summary |
---|
Classes in org.apache.openejb.math.stat.descriptive.summary that implement StorelessUnivariateStatistic | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |