|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FirstMoment | |
---|---|
org.apache.commons.math.stat.descriptive.moment | Summary statistics based on moments. |
Uses of FirstMoment in org.apache.commons.math.stat.descriptive.moment |
---|
Subclasses of FirstMoment in org.apache.commons.math.stat.descriptive.moment | |
---|---|
class |
FourthMoment
Computes a statistic related to the Fourth Central Moment. |
class |
SecondMoment
Computes a statistic related to the Second Central Moment. |
class |
ThirdMoment
Computes a statistic related to the Third Central Moment. |
Fields in org.apache.commons.math.stat.descriptive.moment declared as FirstMoment | |
---|---|
protected FirstMoment |
Mean.moment
First moment on which this statistic is based. |
Methods in org.apache.commons.math.stat.descriptive.moment that return FirstMoment | |
---|---|
FirstMoment |
FirstMoment.copy()
Returns a copy of the statistic with the same internal state. |
Methods in org.apache.commons.math.stat.descriptive.moment with parameters of type FirstMoment | |
---|---|
static void |
FirstMoment.copy(FirstMoment source,
FirstMoment dest)
Copies source to dest. |
Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type FirstMoment | |
---|---|
FirstMoment(FirstMoment original)
Copy constructor, creates a new FirstMoment identical
to the original |
|
Mean(FirstMoment m1)
Constructs a Mean with an External Moment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |