KernelReg.aic_hurvich()

statsmodels.nonparametric.kernel_regression.KernelReg.aic_hurvich

KernelReg.aic_hurvich(bw, func=None) [source]

Computes the AIC Hurvich criteria for the estimation of the bandwidth.

Parameters:

bw : str or array_like

See the bw parameter of KernelReg for details.

Returns:

aic : ndarray

The AIC Hurvich criteria, one element for each variable.

func : None

Unused here, needed in signature because it’s used in cv_loo.

References

See ch.2 in [1] and p.35 in [2].

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.nonparametric.kernel_regression.KernelReg.aic_hurvich.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部