Package | Description |
---|---|
org.apache.commons.math.stat.descriptive.moment |
Summary statistics based on moments.
|
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 © 2003–2019. All rights reserved.