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