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