powered by
Simulate random variates from the student-t distribution
rt0(n, df)
positive integer; the number of samples.
degrees of freedom (> 0, maybe non-integer). df = Inf is allowed.
# NOT RUN { n <- 10 rt0(10, df = 3) # }
Run the code above in your browser using DataLab