|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FourthMoment | |
---|---|
org.apache.openejb.math.stat.descriptive.moment |
Uses of FourthMoment in org.apache.openejb.math.stat.descriptive.moment |
---|
Fields in org.apache.openejb.math.stat.descriptive.moment declared as FourthMoment | |
---|---|
protected FourthMoment |
Kurtosis.moment
Fourth Moment on which this statistic is based |
Methods in org.apache.openejb.math.stat.descriptive.moment that return FourthMoment | |
---|---|
FourthMoment |
FourthMoment.copy()
Returns a copy of the statistic with the same internal state. |
Methods in org.apache.openejb.math.stat.descriptive.moment with parameters of type FourthMoment | |
---|---|
static void |
FourthMoment.copy(FourthMoment source,
FourthMoment dest)
Copies source to dest. |
Constructors in org.apache.openejb.math.stat.descriptive.moment with parameters of type FourthMoment | |
---|---|
FourthMoment(FourthMoment original)
Copy constructor, creates a new FourthMoment identical
to the original |
|
Kurtosis(FourthMoment m4)
Construct a Kurtosis from an external moment |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |