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
Methods in org.apache.commons.statistics.descriptive that return SkewnessModifier and TypeMethodDescriptionstatic Skewness
Skewness.create()
Creates an instance.static Skewness
Skewness.of
(double... values) Returns an instance populated using the inputvalues
.static Skewness
Skewness.of
(int... values) Returns an instance populated using the inputvalues
.static Skewness
Skewness.of
(long... values) Returns an instance populated using the inputvalues
.Skewness.setBiased
(boolean v) Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type Skewness