Rev Language Reference


dnStudentT - Student T Distribution

The student's t probability distribution.

Aliases

  • dnStudentT
  • dnT
  • dnGossetT

Usage

dnStudentT(Natural df)

Arguments

df : Natural (pass by const reference)
The degrees of freedom.

Domain Type

Example

# 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