Skip to content

Commit c76b9b9

Browse files
committed
Refactor AR distribution
* Deprecates AR1 distribution * Implements random and moment methods * Batching works on the left as with other distributions
1 parent c18e6ce commit c76b9b9

File tree

5 files changed

+517
-203
lines changed

5 files changed

+517
-203
lines changed

pymc/distributions/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
from pymc.distributions.simulator import Simulator
103103
from pymc.distributions.timeseries import (
104104
AR,
105-
AR1,
106105
GARCH11,
107106
GaussianRandomWalk,
108107
MvGaussianRandomWalk,
@@ -169,7 +168,6 @@
169168
"WishartBartlett",
170169
"LKJCholeskyCov",
171170
"LKJCorr",
172-
"AR1",
173171
"AR",
174172
"AsymmetricLaplace",
175173
"GaussianRandomWalk",

0 commit comments

Comments
 (0)