Skip to content

Commit 06e31c2

Browse files
authored
Merge pull request #3103 from aloctavodia/scale
StudentT: Clarify meaning of scale parameters
2 parents c0c1ddf + 7f67fce commit 06e31c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pymc3/distributions/continuous.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,9 +1609,11 @@ class StudentT(Continuous):
16091609
mu : float
16101610
Location parameter.
16111611
sd : float
1612-
Standard deviation (sd > 0) (only required if lam is not specified)
1612+
Scale parameter (sd > 0). Converges to the standard deviation as nu
1613+
increases. (only required if lam is not specified)
16131614
lam : float
1614-
Precision (lam > 0) (only required if sd is not specified)
1615+
Scale parameter (lam > 0). Converges to the precision as nu
1616+
increases. (only required if sd is not specified)
16151617
16161618
Examples
16171619
--------

0 commit comments

Comments
 (0)