We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb1f84 commit e9ae73eCopy full SHA for e9ae73e
pymc3/distributions/timeseries.py
@@ -81,9 +81,9 @@ class AR(distribution.Continuous):
81
rho : tensor
82
Vector of autoregressive coefficients.
83
sd : float
84
- Standard deviation of innovation (sd > 0).
+ Standard deviation of innovation (sd > 0). (only required if tau is not specified)
85
tau : float
86
- Precision of innovation (tau > 0).
+ Precision of innovation (tau > 0). (only required if sd is not specified)
87
constant: bool (optional, default = False)
88
Whether to include a constant.
89
init : distribution
0 commit comments