Uses of Package
org.apache.commons.statistics.descriptive
Packages that use org.apache.commons.statistics.descriptive
Package
Description
Implementations of univariate statistics.
-
Classes in org.apache.commons.statistics.descriptive used by org.apache.commons.statistics.descriptiveClassDescriptionRepresents a state object for computing a statistic over
doublevalued input(s).Statistics fordoublevalues.A builder forDoubleStatistics.Computes the geometric mean of the available values.Returns the maximum of the available values.Computes the arithmetic mean of the available values.Returns the minimum of the available values.Computes the standard deviation of the available values.Represents a state object for computing a statistic overintvalued input(s).Statistics forintvalues.A builder forIntStatistics.Returns the sum of the available values.Returns the sum of the squares of the available values.Computes the variance of the available values.Computes the kurtosis of the available values.Returns the maximum of the available values.Computes the arithmetic mean of the available values.Returns the minimum of the available values.Computes the standard deviation of the available values.Represents a state object for computing a statistic overlongvalued input(s).Statistics forlongvalues.A builder forLongStatistics.Returns the sum of the available values.Returns the sum of the squares of the available values.Computes the variance of the available values.Returns the maximum of the available values.Computes the arithmetic mean of the available values.Returns the median of the available values.Returns the minimum of the available values.Defines the policy forNaNvalues found in data.Returns the product of the available values.Provides quantile computation.Estimation methods for a quantile.Computes the skewness of the available values.Computes the standard deviation of the available values.A statistic that can be computed on univariate data, for example a stream ofdoublevalues.A mutable result container that accumulates aStatisticResult.Represents the result of a statistic computed over a set of values.Configuration for computation of statistics.Returns the sum of the available values.Returns the sum of thenatural logarithmof available values.Returns the sum of the squares of the available values.Computes the variance of the available values.