Uses of Class
org.apache.commons.statistics.descriptive.SumOfFourthDeviations
Packages that use SumOfFourthDeviations
Package
Description
Implementations of univariate statistics.
-
Uses of SumOfFourthDeviations in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as SumOfFourthDeviationsModifier and TypeFieldDescriptionprivate final SumOfFourthDeviationsKurtosis.sqAn instance ofSumOfFourthDeviations, which is used to compute the kurtosis.Methods in org.apache.commons.statistics.descriptive that return SumOfFourthDeviationsModifier and TypeMethodDescription(package private) SumOfFourthDeviationsSumOfFourthDeviations.combine(SumOfFourthDeviations other) Combines the state of anotherSumOfFourthDeviationsinto this one.private static SumOfFourthDeviationsSumOfFourthDeviations.create(SumOfCubedDeviations sc, double[] values, int from, int to) Creates the sum of fourth deviations.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.createFromRange(org.apache.commons.numbers.core.Sum sum, double[] values, int from, int to) Creates the sum of fourth deviations.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.of(double... values) Returns an instance populated using the inputvalues.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.of(int... values) Returns an instance populated using the inputvalues.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.of(long... values) Returns an instance populated using the inputvalues.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.ofRange(long[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type SumOfFourthDeviationsModifier and TypeMethodDescription(package private) SumOfFourthDeviationsSumOfFourthDeviations.combine(SumOfFourthDeviations other) Combines the state of anotherSumOfFourthDeviationsinto this one.Constructors in org.apache.commons.statistics.descriptive with parameters of type SumOfFourthDeviationsModifierConstructorDescription(package private)Creates an instance with the sum of fourth deviations from the mean.