Skip to content

Commit def7992

Browse files
authored
doc update
Fixed my previous modification that was over 80 columns.
1 parent ddc1372 commit def7992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ 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. The link between the two parameterizations is given by the inverse relationship:
72+
Find precision and standard deviation. The link between the two
73+
parameterizations is given by the inverse relationship:
7374
7475
.. math::
7576
\tau = \frac{1}{\sigma^2}

0 commit comments

Comments
 (0)