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 e9ae73e commit 4f02bc3Copy full SHA for 4f02bc3
pymc3/distributions/timeseries.py
@@ -137,12 +137,12 @@ class GaussianRandomWalk(distribution.Continuous):
137
138
Parameters
139
----------
140
- tau : tensor
141
- tau > 0, innovation precision
142
- sd : tensor
143
- sd > 0, innovation standard deviation (alternative to specifying tau)
144
mu: tensor
145
innovation drift, defaults to 0.0
+ sd : tensor
+ sd > 0, innovation standard deviation (only required if tau is not specified)
+ tau : tensor
+ tau > 0, innovation precision (only required if sd is not specified)
146
init : distribution
147
distribution for initial value (Defaults to Flat())
148
"""
0 commit comments