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. : |