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