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 classFourthMomentComputes a statistic related to the Fourth Central Moment.classSecondMomentComputes a statistic related to the Second Central Moment.classThirdMomentComputes 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 FirstMomentMean. momentFirst moment on which this statistic is based.Methods in org.apache.commons.math.stat.descriptive.moment that return FirstMoment Modifier and Type Method Description FirstMomentFirstMoment. 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 voidFirstMoment. 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 newFirstMomentidentical to theoriginalMean(FirstMoment m1)Constructs a Mean with an External Moment. 
 -