LongStandardDeviation |
LongStandardDeviation.combine(LongStandardDeviation other) |
|
static LongStandardDeviation |
LongStandardDeviation.create() |
Creates an instance.
|
(package private) static LongStandardDeviation |
LongStandardDeviation.createFromRange(long[] values,
int from,
int to) |
Create an instance using the specified range of values.
|
static LongStandardDeviation |
LongStandardDeviation.of(long... values) |
Returns an instance populated using the input values.
|
static LongStandardDeviation |
LongStandardDeviation.ofRange(long[] values,
int from,
int to) |
Returns an instance populated using the specified range of values.
|
LongStandardDeviation |
LongStandardDeviation.setBiased(boolean v) |
Sets the value of the biased flag.
|