dnStudentT
- Student T Distribution
df : | Natural (pass by const reference) |
The degrees of freedom. |
# The most important use of the Student T distribution
# is arguable the quantile function.
# You can access it the following way:
df <- 10
a := qStudentT(0.025, df)
a