Uses of Class
org.apache.commons.math3.stat.descriptive.moment.FourthMoment
Packages that use FourthMoment
Package
Description
Summary statistics based on moments.
-
Uses of FourthMoment in org.apache.commons.math3.stat.descriptive.moment
Fields in org.apache.commons.math3.stat.descriptive.moment declared as FourthMomentModifier and TypeFieldDescriptionprotected FourthMoment
Kurtosis.moment
Fourth Moment on which this statistic is basedMethods in org.apache.commons.math3.stat.descriptive.moment that return FourthMomentModifier and TypeMethodDescriptionFourthMoment.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 FourthMomentModifier and TypeMethodDescriptionstatic void
FourthMoment.copy
(FourthMoment source, FourthMoment dest) Copies source to dest.Constructors in org.apache.commons.math3.stat.descriptive.moment with parameters of type FourthMomentModifierConstructorDescription(package private)
FourthMoment
(FourthMoment original) Copy constructor, creates a newFourthMoment
identical to theoriginal
Kurtosis
(FourthMoment m4) Construct a Kurtosis from an external moment