Uses of Class
org.apache.commons.statistics.descriptive.LongStatistics
Packages that use LongStatistics
Package
Description
Implementations of univariate statistics.
-
Uses of LongStatistics in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return LongStatisticsModifier and TypeMethodDescriptionLongStatistics.Builder.build()Builds aLongStatisticsinstance.LongStatistics.Builder.build(long... values) Builds aLongStatisticsinstance using the inputvalues.LongStatistics.Builder.build(long[] values, int from, int to) Builds aLongStatisticsinstance using the specified range ofvalues.LongStatistics.combine(LongStatistics other) Combines the state of theotherstatistics into this one.private LongStatisticsLongStatistics.Builder.create(long[] values, int from, int to) Builds aLongStatisticsinstance using the inputvalues.static LongStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the inputvalues.static LongStatisticsReturns a new instance configured to compute the specifiedstatistics.static LongStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the specified range ofvalues.LongStatistics.setConfiguration(StatisticsConfiguration v) Sets the statistics configuration.Methods in org.apache.commons.statistics.descriptive with parameters of type LongStatisticsModifier and TypeMethodDescriptionLongStatistics.combine(LongStatistics other) Combines the state of theotherstatistics into this one.