Uses of Class
org.apache.commons.statistics.descriptive.LongVariance
Packages that use LongVariance
Package
Description
Implementations of univariate statistics.
-
Uses of LongVariance in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongVarianceModifier and TypeMethodDescriptionLongVariance.combine(LongVariance other) static LongVarianceLongVariance.create()Creates an instance.(package private) static LongVarianceLongVariance.createFromRange(long[] values, int from, int to) Create an instance using the specified range ofvalues.static LongVarianceLongVariance.of(long... values) Returns an instance populated using the inputvalues.static LongVarianceLongVariance.ofRange(long[] values, int from, int to) Returns an instance populated using the specified range ofvalues.LongVariance.setBiased(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type LongVariance