Module tpe::density_estimation[][src]

Expand description

Probability density function estimation.

Structs

Histogram based density estimation.

Parzen window based density estimator.

Enums

Traits

This trait allows building probability density estimators.

This trait allows estimating the probability density of a sample and sampling from the function.