Skip to content
Snippets Groups Projects
Commit 6f4a2938 authored by Scott Linderman's avatar Scott Linderman
Browse files

adding robust autoregression

parent 9617375a
No related branches found
No related tags found
No related merge requests found
......@@ -1096,3 +1096,7 @@ class ARDAutoRegression(_ARMixin,ARDRegression):
+ ([1] if M_0.shape[1] % M_0.shape[0] and M_0.shape[0] != 1 else [])
super(ARDAutoRegression,self).__init__(
M_0=M_0,blocksizes=blocksizes,**kwargs)
class RobustAutoRegression(_ARMixin, RobustRegression):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment