statsmodels.regression.recursive_ls.RecursiveLSResults.cusum_squares¶
- RecursiveLSResults.cusum_squares¶
Cumulative sum of squares of standardized recursive residuals statistics
- Returns:¶
- cusum_squaresarray_like
An array of length nobs - k_exog holding the CUSUM of squares statistics.
Notes
The CUSUM of squares statistic takes the form:
where
is the recursive residual at time .Excludes the first k_exog datapoints.
References