This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Evaluate the estimated pdf on a set of points.
Parameters : | points : (# of dimensions, # of points)-array
|
---|---|
Returns : | values : (# of points,)-array
|
Raises : | ValueError if the dimensionality of the input points is different than : the dimensionality of the KDE. : |