Uses of Class
org.apache.commons.math3.stat.descriptive.moment.FirstMoment
Packages that use FirstMoment
Package
Description
Summary statistics based on moments.
-
Uses of FirstMoment in org.apache.commons.math3.stat.descriptive.moment
Subclasses of FirstMoment in org.apache.commons.math3.stat.descriptive.momentModifier and TypeClassDescription(package private) classComputes a statistic related to the Fourth Central Moment.classComputes a statistic related to the Second Central Moment.(package private) classComputes a statistic related to the Third Central Moment.Fields in org.apache.commons.math3.stat.descriptive.moment declared as FirstMomentModifier and TypeFieldDescriptionprotected FirstMomentMean.momentFirst moment on which this statistic is based.Methods in org.apache.commons.math3.stat.descriptive.moment that return FirstMomentModifier and TypeMethodDescriptionFirstMoment.copy()Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math3.stat.descriptive.moment with parameters of type FirstMomentModifier and TypeMethodDescriptionstatic voidFirstMoment.copy(FirstMoment source, FirstMoment dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type FirstMomentModifierConstructorDescription(package private)FirstMoment(FirstMoment original) Copy constructor, creates a newFirstMomentidentical to theoriginalMean(FirstMoment m1) Constructs a Mean with an External Moment.