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 f6d96ff commit ddc1372Copy full SHA for ddc1372
pymc3/distributions/continuous.py
@@ -69,7 +69,7 @@ def assert_negative_support(var, label, distname, value=-1e-6):
69
70
def get_tau_sd(tau=None, sd=None):
71
"""
72
- Find precision and standard deviation
+ Find precision and standard deviation. The link between the two parameterizations is given by the inverse relationship:
73
74
.. math::
75
\tau = \frac{1}{\sigma^2}
0 commit comments