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.(package private) static SumOfFourthDeviationsSumOfFourthDeviations.create(org.apache.commons.numbers.core.Sum sum, double[] values) Creates the sum of fourth deviations.private static SumOfFourthDeviationsSumOfFourthDeviations.create(SumOfCubedDeviations sc, double[] values) 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.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.