Uses of Class
org.apache.commons.math3.stat.descriptive.moment.Variance
-
Packages that use Variance Package Description org.apache.commons.math3.stat Data storage, manipulation and summary routines.org.apache.commons.math3.stat.descriptive Generic univariate summary statistic objects.org.apache.commons.math3.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of Variance in org.apache.commons.math3.stat
Fields in org.apache.commons.math3.stat declared as Variance Modifier and Type Field Description private static VarianceStatUtils. VARIANCEvariance -
Uses of Variance in org.apache.commons.math3.stat.descriptive
Fields in org.apache.commons.math3.stat.descriptive declared as Variance Modifier and Type Field Description private VarianceSummaryStatistics. variancevariance of values that have been added -
Uses of Variance in org.apache.commons.math3.stat.descriptive.moment
Fields in org.apache.commons.math3.stat.descriptive.moment declared as Variance Modifier and Type Field Description private VarianceStandardDeviation. varianceWrapped Variance instanceMethods in org.apache.commons.math3.stat.descriptive.moment that return Variance Modifier and Type Method Description VarianceVariance. 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 Variance Modifier and Type Method Description static voidVariance. copy(Variance source, Variance dest)Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type Variance Constructor Description Variance(Variance original)Copy constructor, creates a newVarianceidentical to theoriginal
-