| Package | Description | 
|---|---|
| gov.sandia.cognition.statistics | 
 Provides the inheritance hierarchy for general statistical methods and distributions. 
 | 
| gov.sandia.cognition.statistics.distribution | 
 Provides statistical distributions. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
SmoothCumulativeDistributionFunction
This defines a CDF that has an associated derivative, which is its PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClosedFormCumulativeDistributionFunction<NumberType> | 
ClosedFormUnivariateDistribution.getCDF()  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BernoulliDistribution.CDF
CDF of a Bernoulli distribution. 
 | 
static class  | 
BetaBinomialDistribution.CDF
CDF of BetaBinomialDistribution 
 | 
static class  | 
BetaDistribution.CDF
CDF of the Beta-family distribution 
 | 
static class  | 
BinomialDistribution.CDF
CDF of the Binomial distribution, which is the probability of getting
 up to "x" successes in "N" trials with a Bernoulli probability of "p" 
 | 
static class  | 
CauchyDistribution.CDF
CDF of the CauchyDistribution. 
 | 
static class  | 
ChiSquareDistribution.CDF
Cumulative Distribution Function (CDF) of a Chi-Square Distribution 
 | 
static class  | 
DeterministicDistribution.CDF
CDF of the deterministic distribution. 
 | 
static class  | 
ExponentialDistribution.CDF
CDF of the ExponentialDistribution. 
 | 
static class  | 
GammaDistribution.CDF
CDF of the Gamma distribution 
 | 
static class  | 
GeometricDistribution.CDF
CDF of the Geometric distribution 
 | 
static class  | 
InverseGammaDistribution.CDF
CDF of the inverseRootFinder-gamma distribution. 
 | 
static class  | 
KolmogorovDistribution.CDF
Contains the Cumulative Distribution Function description for the "D"
 statistic used within the Kolmogorov-Smirnov test. 
 | 
static class  | 
LaplaceDistribution.CDF
CDF of the Laplace distribution. 
 | 
static class  | 
LogisticDistribution.CDF
CDF of the LogisticDistribution 
 | 
static class  | 
LogNormalDistribution.CDF
CDF of the Log-Normal Distribution 
 | 
static class  | 
NegativeBinomialDistribution.CDF
CDF of the NegativeBinomialDistribution 
 | 
static class  | 
ParetoDistribution.CDF
CDF of the Pareto Distribution. 
 | 
static class  | 
PoissonDistribution.CDF
CDF of the PoissonDistribution 
 | 
static class  | 
ScalarMixtureDensityModel.CDF
CDFof the SMDM 
 | 
static class  | 
SnedecorFDistribution.CDF
CDF of the F-distribution. 
 | 
static class  | 
StudentizedRangeDistribution.CDF
CDF of the StudentizedRangeDistribution 
 | 
static class  | 
StudentTDistribution.CDF
Evaluator that computes the Cumulative Distribution Function (CDF) of
 a Student-t distribution with a fixed number of degrees of freedom 
 | 
static class  | 
UniformDistribution.CDF
Cumulative Distribution Function of a uniform 
 | 
static class  | 
UniformIntegerDistribution.CDF
Implements the cumulative distribution function for the discrete
 uniform distribution. 
 | 
static class  | 
UnivariateGaussian.CDF
CDF of the underlying Gaussian. 
 | 
static class  | 
WeibullDistribution.CDF
CDF of the Weibull distribution 
 | 
static class  | 
YuleSimonDistribution.CDF
CDF of the Yule-Simon Distribution 
 |