statsmodels.nonparametric.kde.KDEUnivariate
class statsmodels.nonparametric.kde.KDEUnivariate(endog) [source]
Univariate Kernel Density Estimator. Parameters:
endog : array-like The variable for which the density estimate is desired. See also KDEMultivariate, kdensity, kdensityfft Notes If cdf, sf, cumhazard, or entropy are computed, they are computed based on the definition of the kernel rather than the FFT approximation, even if the density is fit with FFT = True. KDEUnivariate is mu