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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type IntStandardDeviationModifier and TypeClassDescriptionfinal classComputes the standard deviation of the available values.Methods in org.apache.commons.statistics.descriptive that return IntStandardDeviationModifier and TypeMethodDescriptionIntStandardDeviation.combine(IntStandardDeviation other) static IntStandardDeviationIntStandardDeviation.create()Creates an instance.(package private) static IntStandardDeviationIntStandardDeviation.createFromRange(int[] values, int from, int to) Create an instance using the specified range ofvalues.static IntStandardDeviationIntStandardDeviation.of(int... values) Returns an instance populated using the inputvalues.static IntStandardDeviationIntStandardDeviation.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.IntStandardDeviation.setBiased(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type IntStandardDeviation