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 ba70149 commit 90fc7daCopy full SHA for 90fc7da
pymc3/distributions/continuous.py
@@ -270,7 +270,7 @@ class Normal(Continuous):
270
sd : float
271
Standard deviation (sd > 0) (only required if tau is not specified).
272
tau : float
273
- Precision (tau > 0) (only required if tau is not specified).
+ Precision (tau > 0) (only required if sd is not specified).
274
275
Examples
276
--------
0 commit comments