statsmodels.nonparametric.kde.KDEUnivariate.evaluate#

KDEUnivariate.evaluate(point)[source]#

Evaluate density at a point or points

Parameters:
pointfloat or array_like

Point(s) at which to evaluate the density.

Returns:
float or ndarray

The estimated density at point.