Skip to content

Commit ddc1372

Browse files
authored
documentation additions
Added specification of link between precision (tau) and standard deviation (sigma).
1 parent f6d96ff commit ddc1372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def assert_negative_support(var, label, distname, value=-1e-6):
6969

7070
def get_tau_sd(tau=None, sd=None):
7171
"""
72-
Find precision and standard deviation
72+
Find precision and standard deviation. The link between the two parameterizations is given by the inverse relationship:
7373
7474
.. math::
7575
\tau = \frac{1}{\sigma^2}

0 commit comments

Comments
 (0)