Package | Description |
---|---|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
Modifier and Type | Class and Description |
---|---|
static class |
UniformIntegerDistribution.CDF
Implements the cumulative distribution function for the discrete
uniform distribution.
|
static class |
UniformIntegerDistribution.PMF
Probability mass function of a discrete uniform distribution.
|
Modifier and Type | Method and Description |
---|---|
UniformIntegerDistribution |
UniformIntegerDistribution.clone() |
Constructor and Description |
---|
CDF(UniformIntegerDistribution other)
Creates a new
UniformIntegerDistribution.CDF as a copy
of the given other uniform distribution. |
PMF(UniformIntegerDistribution other)
Creates a new
UniformIntegerDistribution.PMF as a copy
of the given other uniform distribution. |
UniformIntegerDistribution(UniformIntegerDistribution other)
Creates a new
UniformIntegerDistribution that is a copy of the
given other distribution. |