Uses of Class
org.apache.commons.statistics.descriptive.Variance
-
Packages that use Variance Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Variance in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Variance Modifier and Type Method Description VarianceVariance. combine(Variance other)static VarianceVariance. create()Creates an instance.static VarianceVariance. of(double... values)Returns an instance populated using the inputvalues.static VarianceVariance. ofRange(double[] values, int from, int to)Returns an instance populated using the specified range ofvalues.VarianceVariance. setBiased(boolean v)Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type Variance Modifier and Type Method Description VarianceVariance. combine(Variance other)
-