statsmodels.regression.recursive_ls.RecursiveLSResults.cusum_squares

RecursiveLSResults.cusum_squares()[source]

Cumulative sum of squares of standardized recursive residuals statistics

Returns:cusum_squares – An array of length nobs - k_exog holding the CUSUM of squares statistics.
Return type:array_like

Notes

The CUSUM of squares statistic takes the form:

st=(tj=k+1w2j)/(Tj=k+1w2j)

where wj is the recursive residual at time j.

Excludes the first k_exog datapoints.

References

[*]Brown, R. L., J. Durbin, and J. M. Evans. 1975. “Techniques for Testing the Constancy of Regression Relationships over Time.” Journal of the Royal Statistical Society. Series B (Methodological) 37 (2): 149-92.