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.
2 parents c0c1ddf + 7f67fce commit 06e31c2Copy full SHA for 06e31c2
pymc3/distributions/continuous.py
@@ -1609,9 +1609,11 @@ class StudentT(Continuous):
1609
mu : float
1610
Location parameter.
1611
sd : float
1612
- Standard deviation (sd > 0) (only required if lam is not specified)
+ Scale parameter (sd > 0). Converges to the standard deviation as nu
1613
+ increases. (only required if lam is not specified)
1614
lam : float
- 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)
1617
1618
Examples
1619
--------
0 commit comments