Uses of Class
org.hipparchus.stat.descriptive.moment.SecondMoment
Packages that use SecondMoment
- 
Uses of SecondMoment in org.hipparchus.stat.descriptive.moment
Fields in org.hipparchus.stat.descriptive.moment declared as SecondMomentModifier and TypeFieldDescriptionprotected final SecondMomentVariance.momentSecondMoment is used in incremental calculation of VarianceMethods in org.hipparchus.stat.descriptive.moment that return SecondMomentModifier and TypeMethodDescriptionSecondMoment.copy()Returns a copy of the statistic with the same internal state.Methods in org.hipparchus.stat.descriptive.moment with parameters of type SecondMomentModifier and TypeMethodDescriptionvoidSecondMoment.aggregate(SecondMoment other) Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type SecondMomentModifierConstructorDescriptionSecondMoment(SecondMoment original) Copy constructor, creates a newSecondMomentidentical to theoriginal.StandardDeviation(boolean isBiasCorrected, SecondMoment m2) Constructs a StandardDeviation with the specified value for theisBiasCorrectedproperty and the supplied external moment.Constructs a StandardDeviation from an external second moment.Variance(boolean isBiasCorrected, SecondMoment m2) Constructs a Variance with the specifiedisBiasCorrectedproperty and the supplied external second moment.Variance(SecondMoment m2) Constructs a Variance based on an external second moment.