Uses of Class
org.hipparchus.stat.descriptive.moment.Variance
Packages that use Variance
-
Uses of Variance in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return VarianceModifier and TypeMethodDescriptionVariance.copy()
Returns a copy of the statistic with the same internal state.Variance.withBiasCorrection
(boolean biasCorrection) Returns a new copy of this variance with the given bias correction setting.Methods in org.hipparchus.stat.descriptive.moment with parameters of type VarianceModifier and TypeMethodDescriptionvoid
Aggregates the provided instance into this instance.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type Variance