Package | Description |
---|---|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExponentialDistribution.CDF
CDF of the ExponentialDistribution.
|
static class |
LaplaceDistribution.CDF
CDF of the Laplace distribution.
|
static class |
LogisticDistribution.CDF
CDF of the LogisticDistribution
|
static class |
ParetoDistribution.CDF
CDF of the Pareto 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 |
UnivariateGaussian.CDF
CDF of the underlying Gaussian.
|