Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.stat.descriptive Classes and Interfaces - 37 results found.
NameDescriptionTypePackageFramework
AbstractStorelessUnivariateStatisticAbstract implementation of the StorelessUnivariateStatistic interface.Classorg.apache.commons.math3.stat.descriptiveApache Commons
AbstractUnivariateStatisticAbstract base class for all implementations of the UnivariateStatistic interface.Classorg.apache.commons.math3.stat.descriptiveApache Commons
AggregateSummaryStatistics An aggregator for SummaryStatistics from several data sets or data set partitions.Classorg.apache.commons.math3.stat.descriptiveApache Commons
DescriptiveStatisticsMaintains a dataset of values of a single variable and computes descriptive statistics based on stored data.Classorg.apache.commons.math3.stat.descriptiveApache Commons
GeometricMean geometric mean of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
KurtosisComputes the Kurtosis of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
MaxReturns the maximum of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
MeanComputes the arithmetic mean of a set of values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
MedianReturns the median of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
MinReturns the minimum of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
MultivariateSummaryStatisticsComputes summary statistics for a stream of n-tuples added using the addValue method.Classorg.apache.commons.math3.stat.descriptiveApache Commons
PercentileProvides percentile computation.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
Percentile .EstimationTypeAn enum for various estimation strategies of a percentile referred in wikipedia on quantileClassorg.apache.commons.math3.stat.descriptive.rank.PercentileApache Commons
ProductReturns the product of the available values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
PSquarePercentileA StorelessUnivariateStatistic estimating percentiles using the Algorithm as explained by RajClassorg.apache.commons.math3.stat.descriptive.rankApache Commons
PSquarePercentile .PSquareMarkersAn interface that encapsulates abstractions of the P-square algorithm markers as is explained in the original works.Interfaceorg.apache.commons.math3.stat.descriptive.rank.PSquarePercentileApache Commons
SecondMomentComputes a statistic related to the Second Central Moment.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
SemiVarianceComputes the semivariance of a set of values with respect to a given cutoff value.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
SemiVariance .DirectionThe direction of the semivariance - either upside or downside.Classorg.apache.commons.math3.stat.descriptive.moment.SemiVarianceApache Commons
SkewnessComputes the skewness of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
StandardDeviationComputes the sample standard deviation.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
StatisticalMultivariateSummaryReporting interface for basic multivariate statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
StatisticalSummaryReporting interface for basic univariate statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
StatisticalSummaryValuesValue object representing the results of a univariate statistical summary.Classorg.apache.commons.math3.stat.descriptiveApache Commons
StorelessUnivariateStatistic increment(double) and incrementAll(double[]) methods for adding values and updating internal state.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
SumReturns the sum of the available values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
SummaryStatistics Computes summary statistics for a stream of data values added using the addValue method.Classorg.apache.commons.math3.stat.descriptiveApache Commons
SumOfLogsReturns the sum of the natural logs for this collection of values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
SumOfSquaresReturns the sum of the squares of the available values.Classorg.apache.commons.math3.stat.descriptive.summaryApache Commons
SynchronizedDescriptiveStatistics DescriptiveStatistics that is safe to use in a multithreaded environment.Classorg.apache.commons.math3.stat.descriptiveApache Commons
SynchronizedMultivariateSummaryStatistics MultivariateSummaryStatistics that is safe to use in a multithreaded environment.Classorg.apache.commons.math3.stat.descriptiveApache Commons
SynchronizedSummaryStatistics SummaryStatistics that is safe to use in a multithreaded environment.Classorg.apache.commons.math3.stat.descriptiveApache Commons
UnivariateStatisticBase interface implemented by all statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
VarianceComputes the variance of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
VectorialCovarianceReturns the covariance matrix of the available vectors.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
VectorialMeanReturns the arithmetic mean of the available vectors.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
WeightedEvaluationWeighted evaluation for statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons