Uses of Class
org.apache.commons.statistics.descriptive.IntVariance
Packages that use IntVariance
Package
Description
Implementations of univariate statistics.
-
Uses of IntVariance in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntVarianceModifier and TypeClassDescriptionfinal classComputes the variance of the available values.Methods in org.apache.commons.statistics.descriptive that return IntVarianceModifier and TypeMethodDescriptionIntVariance.combine(IntVariance other) static IntVarianceIntVariance.create()Creates an instance.static IntVarianceIntVariance.of(int... values) Returns an instance populated using the inputvalues.IntVariance.setBiased(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type IntVariance