Uses of Class
org.apache.commons.statistics.descriptive.StandardDeviation
Packages that use StandardDeviation
Package
Description
Implementations of univariate statistics.
-
Uses of StandardDeviation in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type StandardDeviationModifier and TypeClassDescriptionfinal classComputes the standard deviation of the available values.Methods in org.apache.commons.statistics.descriptive that return StandardDeviationModifier and TypeMethodDescriptionStandardDeviation.combine(StandardDeviation other) static StandardDeviationStandardDeviation.create()Creates an instance.static StandardDeviationStandardDeviation.of(double... values) Returns an instance populated using the inputvalues.static StandardDeviationStandardDeviation.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.StandardDeviation.setBiased(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type StandardDeviation