Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.stat Classes and Interfaces - 81 results found.
NameDescriptionTypePackageFramework
AbstractMultipleLinearRegressionAbstract base class for implementations of MultipleLinearRegression.Classorg.apache.commons.math3.stat.regressionApache Commons
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
AgrestiCoullIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
AlternativeHypothesisenum AlternativeHypothesisRepresents an alternative hypothesis for a hypothesis test.Classorg.apache.commons.math3.stat.inferenceApache Commons
BinomialConfidenceIntervalInterface to generate confidence intervals for a binomial proportion.Interfaceorg.apache.commons.math3.stat.intervalApache Commons
BinomialTest Exact test for the statistical significance of deviations from a theoretically expected distribution of observations into two categories.Classorg.apache.commons.math3.stat.inferenceApache Commons
ChiSquareTest This implementation handles both known and unknown distributions.Classorg.apache.commons.math3.stat.inferenceApache Commons
ClopperPearsonIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
ClusterCluster holding a set of Clusterable points.Classorg.apache.commons.math3.stat.clusteringApache Commons
ClusterableInterface for points that can be clustered together.Interfaceorg.apache.commons.math3.stat.clusteringApache Commons
ConfidenceIntervalRepresents an interval estimate of a population parameter.Classorg.apache.commons.math3.stat.intervalApache Commons
CovarianceComputes covariances for pairs of arrays or columns of a matrix.Classorg.apache.commons.math3.stat.correlationApache Commons
DBSCANClustererDBSCAN (density-based spatial clustering of applications with noise) algorithm.Classorg.apache.commons.math3.stat.clusteringApache 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
EuclideanDoublePointA simple implementation of Clusterable for points with double coordinates.Classorg.apache.commons.math3.stat.clusteringApache Commons
EuclideanIntegerPointA simple implementation of Clusterable for points with integer coordinates.Classorg.apache.commons.math3.stat.clusteringApache Commons
FrequencyMaintains a frequency distribution.Classorg.apache.commons.math3.statApache Commons
GeometricMean geometric mean of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
GLSMultipleLinearRegressionThe GLS implementation of multiple linear regression.Classorg.apache.commons.math3.stat.regressionApache Commons
GTest This is known in statistical genetics as the McDonald-Kreitman test.Classorg.apache.commons.math3.stat.inferenceApache Commons
IntervalUtilsFactory methods to generate confidence intervals for a binomial proportion.Classorg.apache.commons.math3.stat.intervalApache Commons
KendallsCorrelation A pair of observations (x1, y1) and (x2, y2) are considered concordant ifClassorg.apache.commons.math3.stat.correlationApache Commons
KMeansPlusPlusClustererClustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.Classorg.apache.commons.math3.stat.clusteringApache Commons
KMeansPlusPlusClusterer .EmptyClusterStrategyStrategies to use for replacing an empty cluster.Classorg.apache.commons.math3.stat.clustering.KMeansPlusPlusClustererApache Commons
KolmogorovSmirnovTest Kolmogorov-Smirnov (K-S) test for equality of continuous distributions.Classorg.apache.commons.math3.stat.inferenceApache Commons
KurtosisComputes the Kurtosis of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
MannWhitneyUTestAn implementation of the Mann-Whitney U test (also called Wilcoxon rank-sum test).Classorg.apache.commons.math3.stat.inferenceApache 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
MillerUpdatingRegressionThis class is a concrete implementation of the UpdatingMultipleLinearRegression interface.Classorg.apache.commons.math3.stat.regressionApache Commons
MinReturns the minimum of the available values.Classorg.apache.commons.math3.stat.descriptive.rankApache Commons
ModelSpecificationExceptionException thrown when a regression model is not correctly specified.Classorg.apache.commons.math3.stat.regressionApache Commons
MultipleLinearRegressionThe multiple linear regression can be represented in matrix-notation.Interfaceorg.apache.commons.math3.stat.regressionApache Commons
MultivariateSummaryStatisticsComputes summary statistics for a stream of n-tuples added using the addValue method.Classorg.apache.commons.math3.stat.descriptiveApache Commons
NaNStrategyStrategies for handling NaN values in rank transformations.Classorg.apache.commons.math3.stat.rankingApache Commons
NaturalRanking Ranking based on the natural ordering on doubles.Classorg.apache.commons.math3.stat.rankingApache Commons
NormalApproximationIntervalClassorg.apache.commons.math3.stat.intervalApache Commons
OLSMultipleLinearRegression multiple linear regression model.Classorg.apache.commons.math3.stat.regressionApache Commons
OneWayAnova Tests for differences between two or more categories of univariate data (for example, the body mass index of accountants, lawyers, doctors andClassorg.apache.commons.math3.stat.inferenceApache Commons
PearsonsCorrelationComputes Pearson's product-moment correlation coefficients for pairs of arrays or columns of a matrix.Classorg.apache.commons.math3.stat.correlationApache 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
RankingAlgorithmInterface representing a rank transformation.Interfaceorg.apache.commons.math3.stat.rankingApache Commons
RegressionResultsResults of a Multiple Linear Regression model fit.Classorg.apache.commons.math3.stat.regressionApache 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
SimpleRegressionEstimates an ordinary least squares regression model with one independent variable.Classorg.apache.commons.math3.stat.regressionApache Commons
SkewnessComputes the skewness of the available values.Classorg.apache.commons.math3.stat.descriptive.momentApache Commons
SpearmansCorrelationSpearman's rank correlation.Classorg.apache.commons.math3.stat.correlationApache 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
StatUtilsStatUtils provides static methods for computing statistics based on data stored in double[] arrays.Classorg.apache.commons.math3.statApache Commons
StorelessCovarianceCovariance implementation that does not require input data to be stored in memory.Classorg.apache.commons.math3.stat.correlationApache 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
TestUtilsA collection of static methods to create inference test instances or to perform inference tests.Classorg.apache.commons.math3.stat.inferenceApache Commons
TiesStrategyStrategies for handling tied values in rank transformations.Classorg.apache.commons.math3.stat.rankingApache Commons
TTestAn implementation for Student's t-tests.Classorg.apache.commons.math3.stat.inferenceApache Commons
UnivariateStatisticBase interface implemented by all statistics.Interfaceorg.apache.commons.math3.stat.descriptiveApache Commons
UpdatingMultipleLinearRegressionAn interface for regression models allowing for dynamic updating of the data.Interfaceorg.apache.commons.math3.stat.regressionApache 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
WilcoxonSignedRankTestAn implementation of the Wilcoxon signed-rank test.Classorg.apache.commons.math3.stat.inferenceApache Commons
WilsonScoreIntervalClassorg.apache.commons.math3.stat.intervalApache Commons