Density Estimation#

Package: agabpylib.densityestimation

Introduction#

Provides density estimation functions for the statistical analysis of data. Currently only simple wrappers around sklearn classes are provided.

Kernel density estimation#

Detailed API: agabpylib.densityestimation.kde

Provides wrappers around scikit-learn’s KernelDensity class.