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