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) class
Computes a statistic related to the Fourth Central Moment.class
Computes a statistic related to the Second Central Moment.(package private) class
Computes a statistic related to the Third Central Moment.Fields in org.apache.commons.math3.stat.descriptive.moment declared as FirstMomentModifier and TypeFieldDescriptionprotected FirstMoment
Mean.moment
First 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 void
FirstMoment.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 newFirstMoment
identical to theoriginal
Mean
(FirstMoment m1) Constructs a Mean with an External Moment.