Uses of Class
org.apache.commons.math.stat.descriptive.moment.ThirdMoment
-
Packages that use ThirdMoment Package Description org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. -
-
Uses of ThirdMoment in org.apache.commons.math.stat.descriptive.moment
Subclasses of ThirdMoment in org.apache.commons.math.stat.descriptive.moment Modifier and Type Class Description class
FourthMoment
Computes a statistic related to the Fourth Central Moment.Fields in org.apache.commons.math.stat.descriptive.moment declared as ThirdMoment Modifier and Type Field Description protected ThirdMoment
Skewness. moment
Third moment on which this statistic is basedMethods in org.apache.commons.math.stat.descriptive.moment that return ThirdMoment Modifier and Type Method Description ThirdMoment
ThirdMoment. copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math.stat.descriptive.moment with parameters of type ThirdMoment Modifier and Type Method Description static void
ThirdMoment. copy(ThirdMoment source, ThirdMoment dest)
Copies source to dest.Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type ThirdMoment Constructor Description Skewness(ThirdMoment m3)
Constructs a Skewness with an external momentThirdMoment(ThirdMoment original)
Copy constructor, creates a newThirdMoment
identical to theoriginal
-