Kde1d.cdf
- Kde1d.cdf(self, x: numpy.ndarray, check_fitted: bool = True) numpy.ndarray
Computes the cdf of the kernel density estimate by numerical integration.
- 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 cdf values.