Uses of Class
org.apache.commons.statistics.descriptive.Skewness
-
Packages that use Skewness Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Skewness in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Skewness Modifier and Type Method Description Skewness
Skewness. combine(Skewness other)
static 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
Skewness. setBiased(boolean v)
Sets the value of the biased flag.Methods in org.apache.commons.statistics.descriptive with parameters of type Skewness Modifier and Type Method Description Skewness
Skewness. combine(Skewness other)
-