Uses of Interface
org.apache.commons.statistics.descriptive.StatisticResult
-
Packages that use StatisticResult Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of StatisticResult in org.apache.commons.statistics.descriptive
Classes in org.apache.commons.statistics.descriptive with type parameters of type StatisticResult Modifier and Type Interface Description interfaceStatisticAccumulator<T extends StatisticResult>A mutable result container that accumulates aStatisticResult.Subinterfaces of StatisticResult in org.apache.commons.statistics.descriptive Modifier and Type Interface Description interfaceDoubleStatisticRepresents a state object for computing a statistic overdoublevalued input(s).interfaceIntStatisticRepresents a state object for computing a statistic overintvalued input(s).interfaceLongStatisticRepresents a state object for computing a statistic overlongvalued input(s).Classes in org.apache.commons.statistics.descriptive that implement StatisticResult Modifier and Type Class Description classGeometricMeanComputes the geometric mean of the available values.classIntMaxReturns the maximum of the available values.classIntMeanComputes the arithmetic mean of the available values.classIntMinReturns the minimum of the available values.classIntStandardDeviationComputes the standard deviation of the available values.classIntSumReturns the sum of the available values.classIntSumOfSquaresReturns the sum of the squares of the available values.classIntVarianceComputes the variance of the available values.classKurtosisComputes the kurtosis of the available values.classLongMaxReturns the maximum of the available values.classLongMeanComputes the arithmetic mean of the available values.classLongMinReturns the minimum of the available values.classLongStandardDeviationComputes the standard deviation of the available values.classLongSumReturns the sum of the available values.classLongSumOfSquaresReturns the sum of the squares of the available values.classLongVarianceComputes the variance of the available values.classMaxReturns the maximum of the available values.classMeanComputes the arithmetic mean of the available values.classMinReturns the minimum of the available values.classProductReturns the product of the available values.classSkewnessComputes the skewness of the available values.classStandardDeviationComputes the standard deviation of the available values.classSumReturns the sum of the available values.classSumOfLogsReturns the sum of thenatural logarithmof available values.classSumOfSquaresReturns the sum of the squares of the available values.classVarianceComputes the variance of the available values.Methods in org.apache.commons.statistics.descriptive that return StatisticResult Modifier and Type Method Description StatisticResultDoubleStatistics. getResult(Statistic statistic)Gets a supplier for the value of the specifiedstatistic.StatisticResultIntStatistics. getResult(Statistic statistic)Gets a supplier for the value of the specifiedstatistic.StatisticResultLongStatistics. getResult(Statistic statistic)Gets a supplier for the value of the specifiedstatistic.
-