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 aIntStatisticsinstance.IntStatistics.Builder.build(int... values) Builds aIntStatisticsinstance using the inputvalues.IntStatistics.combine(IntStatistics other) Combines the state of theotherstatistics into this one.static IntStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the inputvalues.static IntStatisticsReturns a new instance configured to compute the specifiedstatistics.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.