statsmodels.非参数.核函数_非对称.核函数_cdf_逆高斯

statsmodels.nonparametric.kernels_asymmetric.kernel_cdf_invgauss(x, sample, bw)[source]

用于累积分布函数(cdf)估计的逆高斯核。

Parameters:
xarray_like, float

用于评估密度的点。x 可以是标量或一维。

samplendarray, 1-d

计算核密度估计的样本。

bwfloat

带宽参数,目前没有默认值。

Returns:
Components for kernel estimation

参考文献

[1]

Scaillet, O. 2004. “使用逆和倒数逆高斯核的密度估计。” 《非参数统计杂志》16 (1–2): 217–26. https://doi.org/10.1080/10485250310001624819.


Last update: Oct 16, 2024