Uses of Package
org.apache.commons.math.distribution
Packages that use org.apache.commons.math.distribution
Package
Description
Implementations of common discrete and continuous distributions.
Random number and random data generators.
Classes providing hypothesis testing and confidence interval
construction.
Statistical routines involving multivariate data.
-
Classes in org.apache.commons.math.distribution used by org.apache.commons.math.distributionClassDescriptionBase class for continuous distributions.Base class for probability distributions.Base class for integer-valued discrete distributions.Computes the cumulative, inverse cumulative and density functions for the beta distribuiton.The Binomial Distribution.Cauchy Distribution.The Chi-Squared Distribution.Base interface for continuous distributions.Base interface for discrete distributions.Base interface for probability distributions.The Exponential Distribution.F-Distribution.The Gamma Distribution.Deprecated.to be removed in math 3.0The Hypergeometric Distribution.Interface for discrete distributions of integer-valued random variables.Normal (Gauss) Distribution.The Pascal distribution.Interface representing the Poisson Distribution.Student's t-Distribution.Weibull Distribution.The Zipf (or zeta) Distribution.
-
Classes in org.apache.commons.math.distribution used by org.apache.commons.math.randomClassDescriptionBase interface for continuous distributions.Interface for discrete distributions of integer-valued random variables.
-
Classes in org.apache.commons.math.distribution used by org.apache.commons.math.stat.inferenceClassDescriptionThe Chi-Squared Distribution.Student's t-Distribution.
-
Classes in org.apache.commons.math.distribution used by org.apache.commons.math.stat.regression