Package | Description |
---|---|
gov.sandia.cognition.statistics |
Provides the inheritance hierarchy for general statistical methods and distributions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EstimableWeightedDistribution<ObservationType,DistributionType extends EstimableWeightedDistribution<ObservationType,? extends DistributionType>>
A Distribution that has an estimator associated with it, typically a
closed-form estimator, that can estimate the distribution from weighted data.
|