| Package | Description |
|---|---|
| org.apache.openejb.math.stat.descriptive.moment |
| Modifier and Type | Field and Description |
|---|---|
protected FourthMoment |
Kurtosis.moment
Fourth Moment on which this statistic is based
|
| Modifier and Type | Method and Description |
|---|---|
FourthMoment |
FourthMoment.copy()
Returns a copy of the statistic with the same internal state.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FourthMoment.copy(FourthMoment source,
FourthMoment dest)
Copies source to dest.
|
| Constructor and Description |
|---|
FourthMoment(FourthMoment original)
Copy constructor, creates a new
FourthMoment identical
to the original |
Kurtosis(FourthMoment m4)
Construct a Kurtosis from an external moment
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.