Creates an Object Representing Student-t Distribution
The function creates an object which represents the Student-t distribution.
tdist(df = 2)
df |
degrees of freedom parameter, default: 2. |
See TDist
.
Object of class tdist.
t <- tdist(2) d(t, c(2, 3, 4, NA)) r(t, 5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.