ObservationType
- Type of observations generated by the Distribution.DistributionType
- Type of distribution returned from the DistributionEstimator.public interface EstimableDistribution<ObservationType,DistributionType extends EstimableDistribution<ObservationType,? extends DistributionType>> extends Distribution<ObservationType>
Modifier and Type | Method and Description |
---|---|
DistributionEstimator<ObservationType,? extends DistributionType> |
getEstimator()
Gets an estimator associated with this distribution.
|
sample, sample, sampleInto
clone
DistributionEstimator<ObservationType,? extends DistributionType> getEstimator()