Uses of Class
org.apache.commons.math3.stat.descriptive.moment.ThirdMoment
Packages that use ThirdMoment
Package
Description
Summary statistics based on moments.
-
Uses of ThirdMoment in org.apache.commons.math3.stat.descriptive.moment
Subclasses of ThirdMoment in org.apache.commons.math3.stat.descriptive.momentModifier and TypeClassDescription(package private) class
Computes a statistic related to the Fourth Central Moment.Fields in org.apache.commons.math3.stat.descriptive.moment declared as ThirdMomentModifier and TypeFieldDescriptionprotected ThirdMoment
Skewness.moment
Third moment on which this statistic is basedMethods in org.apache.commons.math3.stat.descriptive.moment that return ThirdMomentModifier and TypeMethodDescriptionThirdMoment.copy()
Returns a copy of the statistic with the same internal state.Methods in org.apache.commons.math3.stat.descriptive.moment with parameters of type ThirdMomentModifier and TypeMethodDescriptionstatic void
ThirdMoment.copy
(ThirdMoment source, ThirdMoment dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type ThirdMomentModifierConstructorDescriptionSkewness
(ThirdMoment m3) Constructs a Skewness with an external moment(package private)
ThirdMoment
(ThirdMoment original) Copy constructor, creates a newThirdMoment
identical to theoriginal