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