Uses of Class
org.apache.commons.statistics.descriptive.Variance
Packages that use Variance
Package
Description
Implementations of univariate statistics.
-
Uses of Variance in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return VarianceModifier and TypeMethodDescriptionstatic Variance
Variance.create()
Creates an instance.static Variance
Variance.of
(double... values) Returns an instance populated using the inputvalues
.Variance.setBiased
(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type Variance