Uses of Class
org.apache.commons.statistics.descriptive.LongMin
-
Packages that use LongMin Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of LongMin in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as LongMin Modifier and Type Field Description private LongMinLongStatistics. minTheLongMinimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongMin Modifier and Type Field Description private java.util.function.Function<long[],LongMin>LongStatistics.Builder. minTheLongMinconstructor.Methods in org.apache.commons.statistics.descriptive that return LongMin Modifier and Type Method Description LongMinLongMin. combine(LongMin other)static LongMinLongMin. create()Creates an instance.static LongMinLongMin. of(long... values)Returns an instance populated using the inputvalues.Methods in org.apache.commons.statistics.descriptive with parameters of type LongMin Modifier and Type Method Description LongMinLongMin. combine(LongMin other)Constructors in org.apache.commons.statistics.descriptive with parameters of type LongMin Constructor Description LongStatistics(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config)Create an instance.
-