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