Closed C-bowman closed 10 months ago
DensityEstimator
cdf()
interval()
frac
fraction
sample_hdi
GaussianKDE
s
sample
pdf
DensityEstimator
to an abstract base class.cdf()
method to density estimators for calculating the cumulative distribution function.interval()
method ofDensityEstimator
and changed the name of thefrac
argument tofraction
to match naming withsample_hdi
.GaussianKDE
instance attributes
tosample
to standardize naming across density estimator classes.pdf
module.