Uses of Class
org.apache.commons.math.stat.descriptive.moment.FourthMoment
- 
Packages that use FourthMoment Package Description org.apache.commons.math.stat.descriptive.moment Summary statistics based on moments. - 
- 
Uses of FourthMoment in org.apache.commons.math.stat.descriptive.moment
Fields in org.apache.commons.math.stat.descriptive.moment declared as FourthMoment Modifier and Type Field Description protected FourthMomentKurtosis. momentFourth Moment on which this statistic is basedMethods in org.apache.commons.math.stat.descriptive.moment that return FourthMoment Modifier and Type Method Description FourthMomentFourthMoment. 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 FourthMoment Modifier and Type Method Description static voidFourthMoment. copy(FourthMoment source, FourthMoment dest)Copies source to dest.Constructors in org.apache.commons.math.stat.descriptive.moment with parameters of type FourthMoment Constructor Description FourthMoment(FourthMoment original)Copy constructor, creates a newFourthMomentidentical to theoriginalKurtosis(FourthMoment m4)Construct a Kurtosis from an external moment 
 -