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