Skip to content

Commit e9ae73e

Browse files
committed
Parameterization doc fix to AR.
1 parent 4cb1f84 commit e9ae73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/distributions/timeseries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ class AR(distribution.Continuous):
8181
rho : tensor
8282
Vector of autoregressive coefficients.
8383
sd : float
84-
Standard deviation of innovation (sd > 0).
84+
Standard deviation of innovation (sd > 0). (only required if tau is not specified)
8585
tau : float
86-
Precision of innovation (tau > 0).
86+
Precision of innovation (tau > 0). (only required if sd is not specified)
8787
constant: bool (optional, default = False)
8888
Whether to include a constant.
8989
init : distribution

0 commit comments

Comments
 (0)