Package | Description |
---|---|
gov.sandia.cognition.statistics |
Provides the inheritance hierarchy for general statistical methods and distributions.
|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Method and Description |
---|---|
DefaultDistributionParameter<ParameterType,ConditionalType> |
DefaultDistributionParameter.clone() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBayesianParameter<ParameterType,ConditionalType extends ClosedFormDistribution<?>,PriorType extends Distribution<ParameterType>>
Default implementation of BayesianParameter using reflection.
|