| Package | Description |
|---|---|
| gov.sandia.cognition.statistics.bayesian.conjugate |
Provides Bayesian estimation routines based on conjugate prior distribution
of parameters of specific conditional distributions.
|
| gov.sandia.cognition.statistics.distribution |
Provides statistical distributions.
|
| Modifier and Type | Method and Description |
|---|---|
NegativeBinomialDistribution |
PoissonBayesianEstimator.createPredictiveDistribution(GammaDistribution posterior) |
| Modifier and Type | Class and Description |
|---|---|
static class |
NegativeBinomialDistribution.CDF
CDF of the NegativeBinomialDistribution
|
static class |
NegativeBinomialDistribution.PMF
PMF of the NegativeBinomialDistribution.
|
| Modifier and Type | Method and Description |
|---|---|
NegativeBinomialDistribution |
NegativeBinomialDistribution.clone() |
NegativeBinomialDistribution |
NegativeBinomialDistribution.WeightedMaximumLikelihoodEstimator.learn(java.util.Collection<? extends WeightedValue<? extends java.lang.Number>> data) |
| Constructor and Description |
|---|
CDF(NegativeBinomialDistribution other)
Copy constructor
|
NegativeBinomialDistribution(NegativeBinomialDistribution other)
Copy constructor
|
PMF(NegativeBinomialDistribution other)
Copy constructor
|