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