statsmodels.stats.diagnostic.het_arch
statsmodels.stats.diagnostic.het_arch(resid, maxlag=None, autolag=None, store=False, regresults=False, ddof=0)
Engle?s Test for Autoregressive Conditional Heteroscedasticity (ARCH) Parameters:
resid : ndarray, (nobs,) residuals from an estimation, or time series maxlag : int highest lag to use autolag : None or string If None, then a fixed number of lags given by maxlag is used. store : bool If true then the intermediate results are also returned