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 b490304 commit 01539beCopy full SHA for 01539be
pymc3/distributions/continuous.py
@@ -355,9 +355,9 @@ class HalfNormal(PositiveContinuous):
355
Parameters
356
----------
357
sd : float
358
- Standard deviation (sd > 0) .(only required if tau is not specified)
+ Standard deviation (sd > 0) (only required if tau is not specified).
359
tau : float
360
- Precision (tau > 0). (only required if sd is not specified)
+ Precision (tau > 0) (only required if sd is not specified).
361
362
Examples
363
--------
0 commit comments