Uses of Class
org.apache.commons.math3.stat.descriptive.moment.Variance
Packages that use Variance
Package
Description
Data storage, manipulation and summary routines.
Generic univariate summary statistic objects.
Summary statistics based on moments.
-
Uses of Variance in org.apache.commons.math3.stat
Fields in org.apache.commons.math3.stat declared as Variance -
Uses of Variance in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as Variance -
Uses of Variance in org.apache.commons.math3.stat.descriptive.moment
Fields in org.apache.commons.math3.stat.descriptive.moment declared as VarianceModifier and TypeFieldDescriptionprivate Variance
StandardDeviation.variance
Wrapped Variance instanceMethods in org.apache.commons.math3.stat.descriptive.moment that return VarianceModifier and TypeMethodDescriptionVariance.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 VarianceModifier and TypeMethodDescriptionstatic void
Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type Variance