Kde1d.pdf

Kde1d.pdf(self, x: numpy.ndarray, check_fitted: bool = True) numpy.ndarray

Computes the pdf of the kernel density estimate by interpolation.

Parameters:
xndarray, shape (n,), dtype float

vector of evaluation points.

check_fittedbool

an optional logical to bypass the check.

Returns:
ndarray, shape (n,), dtype float

a vector of pdf values.