(package private) SumOfFourthDeviations |
SumOfFourthDeviations.combine(SumOfFourthDeviations other) |
Combines the state of another SumOfFourthDeviations into this one.
|
private static SumOfFourthDeviations |
SumOfFourthDeviations.create(SumOfCubedDeviations sc,
double[] values,
int from,
int to) |
Creates the sum of fourth deviations.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.createFromRange(org.apache.commons.numbers.core.Sum sum,
double[] values,
int from,
int to) |
Creates the sum of fourth deviations.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.of(double... values) |
Returns an instance populated using the input values.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.of(int... values) |
Returns an instance populated using the input values.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.of(long... values) |
Returns an instance populated using the input values.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.ofRange(double[] values,
int from,
int to) |
Returns an instance populated using the specified range of values.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.ofRange(int[] values,
int from,
int to) |
Returns an instance populated using the specified range of values.
|
(package private) static SumOfFourthDeviations |
SumOfFourthDeviations.ofRange(long[] values,
int from,
int to) |
Returns an instance populated using the specified range of values.
|