Skip to content

Commit

Permalink
Refactor AR distribution
Browse files Browse the repository at this point in the history
* Deprecates AR1 distribution
* Implements random and moment methods
* Batching works on the left as with other distributions
  • Loading branch information
ricardoV94 committed May 4, 2022
1 parent 343869a commit d6fd98d
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 203 deletions.
2 changes: 0 additions & 2 deletions pymc/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
from pymc.distributions.simulator import Simulator
from pymc.distributions.timeseries import (
AR,
AR1,
GARCH11,
GaussianRandomWalk,
MvGaussianRandomWalk,
Expand Down Expand Up @@ -169,7 +168,6 @@
"WishartBartlett",
"LKJCholeskyCov",
"LKJCorr",
"AR1",
"AR",
"AsymmetricLaplace",
"GaussianRandomWalk",
Expand Down
Loading

0 comments on commit d6fd98d

Please sign in to comment.