powered by
The function creates an object which represents the Student-t distribution.
tdist(df = 2)
degrees of freedom parameter, default: 2.
Object of class tdist.
See TDist.
TDist
# NOT RUN { t <- tdist(2) d(t, c(2, 3, 4, NA)) r(t, 5) # }
Run the code above in your browser using DataLab