RecursiveLSResults.plot_cusum()

statsmodels.regression.recursive_ls.RecursiveLSResults.plot_cusum

RecursiveLSResults.plot_cusum(alpha=0.05, legend_loc='upper left', fig=None, figsize=None) [source]

Plot the CUSUM statistic and significance bounds.

Parameters:

alpha : float, optional

The plotted significance bounds are alpha %.

legend_loc : string, optional

The location of the legend in the plot. Default is upper left.

fig : Matplotlib Figure instance, optional

If given, subplots are created in this figure instead of in a new figure. Note that the grid will be created in the provided figure using fig.add_subplot().

figsize : tuple, optional

If a figure is created, this argument allows specifying a size. The tuple is (width, height).

Notes

Evidence of parameter instability may be found if the CUSUM statistic moves out of the significance bounds.

References

[R45] 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.

© 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.regression.recursive_ls.RecursiveLSResults.plot_cusum.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部