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