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