Uses of Class
org.apache.commons.statistics.descriptive.LongMin
Packages that use LongMin
Package
Description
Implementations of univariate statistics.
-
Uses of LongMin in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongMinModifier and TypeMethodDescriptionstatic LongMinLongMin.create()Creates an instance.static LongMinLongMin.of(long... values) Returns an instance populated using the inputvalues.static LongMinLongMin.ofRange(long[] values, int from, int to) Returns an instance populated using the specified range ofvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type LongMin