statsmodels.nonparametric.kernels_asymmetric.kernel_cdf_invgamma#
- statsmodels.nonparametric.kernels_asymmetric.kernel_cdf_invgamma(x, sample, bw)[source]#
Inverse gamma kernel for cumulative distribution, cdf, estimation
- Parameters:
- x
floator array_like Points at which the kernel is evaluated.
xcan be scalar or 1-dim.- samplearray_like
1-d sample from which the kernel estimate is computed.
- bw
float Bandwidth parameter, there is currently no default value for it.
- x
- Returns:
ndarrayKernel values evaluated at x for each point in sample.
References
[1]Micheaux, Pierre Lafaye de, and Frédéric Ouimet. 2020. “A Study of Seven Asymmetric Kernels for the Estimation of Cumulative Distribution Functions,” November. https://arxiv.org/abs/2011.14893v1.