Kernel Density Estimator
Parameters : | endog : array-like
|
---|
Notes
If cdf, sf, cumhazard, or entropy are computed, they are computed based on the definition of the kernel rather than the FFT approximation, even if the density is fit with FFT = True.
Methods
evaluate(point) | Evaluate density at a single point. |
fit([kernel, bw, fft, weights, gridsize, ...]) | Attach the density estimate to the KDE class. |