statsmodels.nonparametric.kde.KDEUnivariate.evaluate# KDEUnivariate.evaluate(point)[source]# Evaluate density at a point or points Parameters: pointfloat or array_likePoint(s) at which to evaluate the density. Returns: float or ndarrayThe estimated density at point.