bundles / scipy 1.17.1 / scipy / stats / _kde / gaussian_kde / evaluate
function
scipy.stats._kde:gaussian_kde.evaluate
source: /scipy/stats/_kde.py :247
Signature
def evaluate ( self , points ) Summary
Evaluate the estimated pdf on a set of points.
Parameters
points: (# of dimensions, # of points)-arrayAlternatively, a (# of dimensions,) vector can be passed in and treated as a single point.
Returns
values: (# of points,)-arrayThe values at each point.
Raises
ValueError: if the dimensionality of the input points is different thanthe dimensionality of the KDE.
Aliases
-
scipy.stats.gaussian_kde.evaluate