|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FirstMoment | |
org.apache.commons.math.stat.univariate.moment | Summary statistics based on moments. |
Uses of FirstMoment in org.apache.commons.math.stat.univariate.moment |
Subclasses of FirstMoment in org.apache.commons.math.stat.univariate.moment | |
class |
FourthMoment
The FourthMoment is calculated using the following recursive strategy . |
class |
SecondMoment
The SecondMoment is calculated using the following recursive strategy . |
class |
ThirdMoment
The ThirdMoment (arithmentic mean) is calculated using the following recursive strategy . |
Fields in org.apache.commons.math.stat.univariate.moment declared as FirstMoment | |
protected FirstMoment |
Mean.moment
first moment of values that have been added |
Constructors in org.apache.commons.math.stat.univariate.moment with parameters of type FirstMoment | |
Mean(FirstMoment m1)
Constructs a Mean with an External Moment. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |