Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian.conjugate |
Provides Bayesian estimation routines based on conjugate prior distribution
of parameters of specific conditional distributions.
|
Modifier and Type | Class and Description |
---|---|
static class |
BernoulliBayesianEstimator.Parameter
Parameter of this conjugate prior relationship.
|
static class |
BinomialBayesianEstimator.Parameter
Parameter of this relationship
|
static class |
ExponentialBayesianEstimator.Parameter
Bayesian parameter describing this conjugate relationship.
|
static class |
GammaInverseScaleBayesianEstimator.Parameter
Bayesian parameter describing this conjugate relationship.
|
static class |
MultinomialBayesianEstimator.Parameter
Parameter of this conjugate prior relationship.
|
static class |
MultivariateGaussianMeanBayesianEstimator.Parameter
Parameter of this conjugate prior relationship.
|
static class |
MultivariateGaussianMeanCovarianceBayesianEstimator.Parameter
Parameter for this conjugate prior estimator.
|
static class |
PoissonBayesianEstimator.Parameter
Parameter of this conjugate prior relationship.
|
static class |
UniformDistributionBayesianEstimator.Parameter
Parameter of this conjugate prior relationship.
|
static class |
UnivariateGaussianMeanBayesianEstimator.Parameter
Parameter of this conjugate prior relationship.
|
static class |
UnivariateGaussianMeanVarianceBayesianEstimator.Parameter
Parameter for this conjugate prior estimator.
|