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 |
---|---|
ParetoDistribution |
ExponentialBayesianEstimator.createPredictiveDistribution(GammaDistribution posterior) |
Modifier and Type | Method and Description |
---|---|
double |
UniformDistributionBayesianEstimator.computeEquivalentSampleSize(ParetoDistribution belief) |
UniformDistributionBayesianEstimator.Parameter |
UniformDistributionBayesianEstimator.createParameter(UniformDistribution conditional,
ParetoDistribution prior) |
void |
UniformDistributionBayesianEstimator.update(ParetoDistribution target,
java.lang.Double data) |
Constructor and Description |
---|
Parameter(UniformDistribution conditional,
ParetoDistribution prior)
Creates a new instance
|
UniformDistributionBayesianEstimator(ParetoDistribution belief)
Creates a new instance of UniformDistributionBayesianEstimator
|
UniformDistributionBayesianEstimator(UniformDistribution conditional,
ParetoDistribution prior)
Creates a new instance of PoissonBayesianEstimator
|
Constructor and Description |
---|
UniformDistributionBayesianEstimator(BayesianParameter<java.lang.Double,UniformDistribution,ParetoDistribution> parameter)
Creates a new instance
|
Modifier and Type | Class and Description |
---|---|
static class |
ParetoDistribution.CDF
CDF of the Pareto Distribution.
|
static class |
ParetoDistribution.PDF
PDF of the ParetoDistribution
|
Modifier and Type | Method and Description |
---|---|
ParetoDistribution |
ParetoDistribution.clone() |
Constructor and Description |
---|
CDF(ParetoDistribution other)
Copy constructor
|
ParetoDistribution(ParetoDistribution other)
Copy constructor
|
PDF(ParetoDistribution other)
Copy constructor
|