Uses of Class
org.hipparchus.stat.descriptive.rank.PSquarePercentile
-
Packages that use PSquarePercentile Package Description org.hipparchus.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of PSquarePercentile in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return PSquarePercentile Modifier and Type Method Description PSquarePercentile
PSquarePercentile. copy()
Returns a copy of the statistic with the same internal state.Constructors in org.hipparchus.stat.descriptive.rank with parameters of type PSquarePercentile Constructor Description PSquarePercentile(PSquarePercentile original)
Copy constructor, creates a newPSquarePercentile
identical to theoriginal
.
-