Uses of Class
org.apache.commons.math.stat.descriptive.moment.FirstMoment
-
Packages that use FirstMoment Package Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description protected FirstMoment
Mean. moment
First moment on which this statistic is based.Methods in org.apache.commons.math.stat.descriptive.moment that return FirstMoment Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description FirstMoment(FirstMoment original)
Copy constructor, creates a newFirstMoment
identical to theoriginal
Mean(FirstMoment m1)
Constructs a Mean with an External Moment.
-