Uses of Class
org.apache.commons.statistics.descriptive.Kurtosis
Packages that use Kurtosis
Package
Description
Implementations of univariate statistics.
-
Uses of Kurtosis in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type KurtosisModifier and TypeClassDescriptionfinal classComputes the kurtosis of the available values.Methods in org.apache.commons.statistics.descriptive that return KurtosisModifier and TypeMethodDescriptionstatic KurtosisKurtosis.create()Creates an instance.static KurtosisKurtosis.of(double... values) Returns an instance populated using the inputvalues.static KurtosisKurtosis.of(int... values) Returns an instance populated using the inputvalues.static KurtosisKurtosis.of(long... values) Returns an instance populated using the inputvalues.static KurtosisKurtosis.ofRange(double[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static KurtosisKurtosis.ofRange(int[] values, int from, int to) Returns an instance populated using the specified range ofvalues.static KurtosisKurtosis.ofRange(long[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Kurtosis.setBiased(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type Kurtosis