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
Classes in org.apache.commons.statistics.descriptive that implement interfaces with type arguments of type LongMinModifier and TypeClassDescriptionfinal classReturns the minimum of the available values.Fields in org.apache.commons.statistics.descriptive declared as LongMinModifier and TypeFieldDescriptionprivate final LongMinLongStatistics.minTheLongMinimplementation.Fields in org.apache.commons.statistics.descriptive with type parameters of type LongMinModifier and TypeFieldDescriptionprivate RangeFunction<long[], LongMin> LongStatistics.Builder.minTheLongMinconstructor.Methods in org.apache.commons.statistics.descriptive that return LongMinModifier and TypeMethodDescriptionstatic LongMinLongMin.create()Creates an instance.(package private) static LongMinLongMin.createFromRange(long[] values, int from, int to) Create an instance using the specified range ofvalues.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 LongMinConstructors in org.apache.commons.statistics.descriptive with parameters of type LongMinModifierConstructorDescription(package private)LongStatistics(long count, LongMin min, LongMax max, FirstMoment moment, LongSum sum, Product product, LongSumOfSquares sumOfSquares, SumOfLogs sumOfLogs, StatisticsConfiguration config) Create an instance.