Package | Description |
---|---|
gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
Modifier and Type | Class and Description |
---|---|
static class |
GeometricDistribution.CDF
CDF of the Geometric distribution
|
static class |
GeometricDistribution.PMF
PMF of the Geometric distribution
|
Modifier and Type | Method and Description |
---|---|
GeometricDistribution |
GeometricDistribution.clone() |
Constructor and Description |
---|
CDF(GeometricDistribution other)
Copy constructor
|
GeometricDistribution(GeometricDistribution other)
Copy constructor
|
PMF(GeometricDistribution other)
Copy constructor
|