Uses of Class
org.hipparchus.stat.descriptive.moment.Skewness
-
Packages that use Skewness Package Description org.hipparchus.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of Skewness in org.hipparchus.stat.descriptive.moment
Methods in org.hipparchus.stat.descriptive.moment that return Skewness Modifier and Type Method Description Skewness
Skewness. copy()
Returns a copy of the statistic with the same internal state.Constructors in org.hipparchus.stat.descriptive.moment with parameters of type Skewness Constructor Description Skewness(Skewness original)
Copy constructor, creates a newSkewness
identical to theoriginal
.
-