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