Kde1d.cdf
- Kde1d.cdf(self, x: numpy.ndarray[dtype=float64, shape=(*), order='C'], check_fitted: bool = True) numpy.ndarray[dtype=float64, shape=(*), order='C']
Evaluate the cumulative distribution function.
Computes the cdf of the kernel density estimate by numerical integration.
- Parameters:
x (array_like) – Vector of evaluation points.
check_fitted (bool, optional) – Whether to check if the model is fitted before evaluation. Default is
True
.
- Returns:
array_like – Vector of cdf values at the evaluation points.