Uses of Class
org.apache.commons.statistics.descriptive.StatisticsConfiguration
-
Packages that use StatisticsConfiguration Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of StatisticsConfiguration in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return StatisticsConfiguration Modifier and Type Method Description StatisticsConfiguration
StatisticsConfiguration. withBiased(boolean v)
Return an instance with the configured biased option.static StatisticsConfiguration
StatisticsConfiguration. withDefaults()
Return an instance using the default options.Methods in org.apache.commons.statistics.descriptive with parameters of type StatisticsConfiguration Modifier and Type Method Description DoubleStatistics.Builder
DoubleStatistics.Builder. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration options for computation of statistics.DoubleStatistics
DoubleStatistics. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration.IntStatistics.Builder
IntStatistics.Builder. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration options for computation of statistics.IntStatistics
IntStatistics. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration.LongStatistics.Builder
LongStatistics.Builder. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration options for computation of statistics.LongStatistics
LongStatistics. setConfiguration(StatisticsConfiguration v)
Sets the statistics configuration.
-