Uses of Class
org.hipparchus.stat.descriptive.rank.PSquarePercentile
Packages that use PSquarePercentile
-
Uses of PSquarePercentile in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return PSquarePercentileModifier and TypeMethodDescriptionPSquarePercentile.copy()
Returns a copy of the statistic with the same internal state.Constructors in org.hipparchus.stat.descriptive.rank with parameters of type PSquarePercentileModifierConstructorDescriptionPSquarePercentile
(PSquarePercentile original) Copy constructor, creates a newPSquarePercentile
identical to theoriginal
.