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
stror array_like See the
bwparameter of KernelReg for details.
- bw
 - Returns:¶
 
References
See ch.2 in [1] and p.35 in [2].
  
    
      Last update:
      Jun 10, 2024