Uses of Interface
org.apache.commons.statistics.descriptive.StatisticResult
Packages that use StatisticResult
Package
Description
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 StatisticResultModifier and TypeInterfaceDescriptioninterfaceStatisticAccumulator<T extends StatisticResult>A mutable result container that accumulates aStatisticResult.Subinterfaces of StatisticResult in org.apache.commons.statistics.descriptiveModifier and TypeInterfaceDescriptioninterfaceRepresents a state object for computing a statistic overdoublevalued input(s).interfaceRepresents a state object for computing a statistic overintvalued input(s).interfaceRepresents a state object for computing a statistic overlongvalued input(s).Classes in org.apache.commons.statistics.descriptive that implement StatisticResultModifier and TypeClassDescriptionfinal classComputes the geometric mean of the available values.final classReturns the maximum of the available values.final classComputes the arithmetic mean of the available values.final classReturns the minimum of the available values.final classComputes the standard deviation of the available values.final classReturns the sum of the available values.final classReturns the sum of the squares of the available values.final classComputes the variance of the available values.final classComputes the kurtosis of the available values.final classReturns the maximum of the available values.final classComputes the arithmetic mean of the available values.final classReturns the minimum of the available values.final classComputes the standard deviation of the available values.final classReturns the sum of the available values.final classReturns the sum of the squares of the available values.final classComputes the variance of the available values.final classReturns the maximum of the available values.final classComputes the arithmetic mean of the available values.final classReturns the minimum of the available values.final classReturns the product of the available values.final classComputes the skewness of the available values.final classComputes the standard deviation of the available values.final classReturns the sum of the available values.final classReturns the sum of thenatural logarithmof available values.final classReturns the sum of the squares of the available values.final classComputes the variance of the available values.Methods in org.apache.commons.statistics.descriptive that return StatisticResultModifier and TypeMethodDescriptionGets a supplier for the value of the specifiedstatistic.Gets a supplier for the value of the specifiedstatistic.Gets a supplier for the value of the specifiedstatistic.