Uses of Class
org.apache.commons.math3.stat.descriptive.moment.SecondMoment
Packages that use SecondMoment
Package
Description
Generic univariate summary statistic objects.
Summary statistics based on moments.
-
Uses of SecondMoment in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as SecondMomentModifier and TypeFieldDescriptionprivate SecondMoment
SummaryStatistics.secondMoment
SecondMoment is used to compute the mean and variance -
Uses of SecondMoment in org.apache.commons.math3.stat.descriptive.moment
Subclasses of SecondMoment in org.apache.commons.math3.stat.descriptive.momentModifier and TypeClassDescription(package private) class
Computes a statistic related to the Fourth 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 SecondMomentModifier and TypeFieldDescriptionprotected SecondMoment
Variance.moment
SecondMoment is used in incremental calculation of VarianceMethods in org.apache.commons.math3.stat.descriptive.moment that return SecondMomentModifier and TypeMethodDescriptionSecondMoment.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 SecondMomentModifier and TypeMethodDescriptionstatic void
SecondMoment.copy
(SecondMoment source, SecondMoment dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type SecondMomentModifierConstructorDescriptionSecondMoment
(SecondMoment original) Copy constructor, creates a newSecondMoment
identical to theoriginal
StandardDeviation
(boolean isBiasCorrected, SecondMoment m2) Contructs a StandardDeviation with the specified value for theisBiasCorrected
property and the supplied external moment.Constructs a StandardDeviation from an external second moment.Variance
(boolean isBiasCorrected, SecondMoment m2) Constructs a Variance with the specifiedisBiasCorrected
property and the supplied external second moment.Variance
(SecondMoment m2) Constructs a Variance based on an external second moment.