Skip to content

Commit e94a89a

Browse files
aloctavodiaColCarroll
authored andcommitted
small fix: docstring Student t, nu is float (#2533)
1 parent d4749cd commit e94a89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/distributions/continuous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@ class StudentT(Continuous):
912912
913913
Parameters
914914
----------
915-
nu : int
916-
Degrees of freedom (nu > 0).
915+
nu : float
916+
Degrees of freedom, also known as normality parameter (nu > 0).
917917
mu : float
918918
Location parameter.
919919
lam : float

0 commit comments

Comments
 (0)