Package | Description |
---|---|
org.apache.commons.math3.stat.descriptive.moment |
Summary statistics based on moments.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FourthMoment
Computes a statistic related to the Fourth Central Moment.
|
class |
SecondMoment
Computes a statistic related to the Second Central Moment.
|
(package private) class |
ThirdMoment
Computes a statistic related to the Third Central Moment.
|
Modifier and Type | Field and Description |
---|---|
protected FirstMoment |
Mean.moment
First moment on which this statistic is based.
|
Modifier and Type | Method and Description |
---|---|
FirstMoment |
FirstMoment.copy()
Returns a copy of the statistic with the same internal state.
|
Modifier and Type | Method and Description |
---|---|
static void |
FirstMoment.copy(FirstMoment source,
FirstMoment dest)
Copies source to dest.
|
Constructor and Description |
---|
FirstMoment(FirstMoment original)
Copy constructor, creates a new
FirstMoment identical
to the original |
Mean(FirstMoment m1)
Constructs a Mean with an External Moment.
|