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 TypeInterfaceDescription(package private) interfaceRepresents theBigIntegerresult of a statistic computed over a set of values.interfaceRepresents a state object for computing a statistic overdoublevalued input(s).interfaceRepresents a state object for computing a statistic overintvalued input(s).(package private) interfaceRepresents theintresult of a statistic computed over a set of values.interfaceRepresents a state object for computing a statistic overlongvalued input(s).(package private) interfaceRepresents thelongresult of a statistic computed over a set of values.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 with type parameters of type StatisticResultModifier and TypeMethodDescription(package private) static <T extends StatisticResult & StatisticAccumulator<T>>
voidStatistics.checkCombineCompatible(T a, T b) Check left-hand side argumentaisnullor else the right-hand side argumentbmust also be non-nullso the statistics can be combined.(package private) static <T extends StatisticResult & StatisticAccumulator<T>>
voidStatistics.combine(T a, T b) If the left-hand side argumentais non-null, combine it with the right-hand side argumentb.Methods in org.apache.commons.statistics.descriptive that return StatisticResultModifier and TypeMethodDescriptionprivate StatisticResultMedian.compute(long[] values, int from, int to) Compute the median of the specified range.private StatisticResultQuantile.compute(long[] values, int from, int to, double p) Compute thep-th quantile of the specified range of values.private StatisticResult[]Quantile.compute(long[] values, int from, int to, double... p) Evaluate thep-th quantiles of the specified range of values..(package private) static StatisticResultStatistics.createStatisticResult(long value) Creates the statistic result using alongvalue.Median.evaluate(long[] values) Evaluate the median.Quantile.evaluate(long[] values, double p) Evaluate thep-th quantile of the values.Quantile.evaluate(long[] values, double... p) Evaluate thep-th quantiles of the values.Quantile.evaluateAsLong(int n, IntToLongFunction values, double p) Evaluate thep-th quantile of the sorted values provided as along.Quantile.evaluateAsLong(int n, IntToLongFunction values, double... p) Evaluate thep-th quantiles of the sorted values provided as along.Median.evaluateRange(long[] values, int from, int to) Evaluate the median of the specified range.Quantile.evaluateRange(long[] values, int from, int to, double p) Evaluate thep-th quantile of the specified range of values.Quantile.evaluateRange(long[] values, int from, int to, double... p) Evaluate thep-th quantiles of the specified range of values..private StatisticResultDoubleStatistics.getGeometricMean()Gets the geometric mean.private StatisticResultIntStatistics.getGeometricMean()Gets the geometric mean.private StatisticResultLongStatistics.getGeometricMean()Gets the geometric mean.private StatisticResultDoubleStatistics.getKurtosis()Gets the kurtosis.private StatisticResultIntStatistics.getKurtosis()Gets the kurtosis.private StatisticResultLongStatistics.getKurtosis()Gets the kurtosis.private StatisticResultDoubleStatistics.getMean()Gets the mean.private StatisticResultIntStatistics.getMean()Gets the mean.private StatisticResultLongStatistics.getMean()Gets the mean.Gets 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.(package private) static StatisticResultStatistics.getResultAsBigIntegerOrNull(StatisticResult s) Gets the statistic result using theBigIntegervalue.(package private) static StatisticResultStatistics.getResultAsDoubleOrNull(StatisticResult s) Gets the statistic result using thedoublevalue.(package private) static StatisticResultStatistics.getResultAsIntOrNull(StatisticResult s) Gets the statistic result using theintvalue.(package private) static StatisticResultStatistics.getResultAsLongOrNull(StatisticResult s) Gets the statistic result using thelongvalue.private StatisticResultDoubleStatistics.getSkewness()Gets the skewness.private StatisticResultIntStatistics.getSkewness()Gets the skewness.private StatisticResultLongStatistics.getSkewness()Gets the skewness.private StatisticResultDoubleStatistics.getStandardDeviation()Gets the standard deviation.private StatisticResultIntStatistics.getStandardDeviation()Gets the standard deviation.private StatisticResultLongStatistics.getStandardDeviation()Gets the standard deviation.private StatisticResultDoubleStatistics.getVariance()Gets the variance.private StatisticResultIntStatistics.getVariance()Gets the variance.private StatisticResultLongStatistics.getVariance()Gets the variance.private StatisticResultIntStatistics.getVarianceOrStd(boolean std) Gets the variance or standard deviation.private StatisticResultLongStatistics.getVarianceOrStd(boolean std) Gets the variance or standard deviation.(package private) static StatisticResultInterpolation.interpolate(long a, long b, double t) Linear interpolation between sorted valuesa <= busing the interpolantt.(package private) static StatisticResultInterpolation.mean(long x, long y) Compute the arithmetic mean of the two values.Methods in org.apache.commons.statistics.descriptive with parameters of type StatisticResultModifier and TypeMethodDescription(package private) static StatisticResultStatistics.getResultAsBigIntegerOrNull(StatisticResult s) Gets the statistic result using theBigIntegervalue.(package private) static StatisticResultStatistics.getResultAsDoubleOrNull(StatisticResult s) Gets the statistic result using thedoublevalue.(package private) static StatisticResultStatistics.getResultAsIntOrNull(StatisticResult s) Gets the statistic result using theintvalue.(package private) static StatisticResultStatistics.getResultAsLongOrNull(StatisticResult s) Gets the statistic result using thelongvalue.