rt0 {ADtools}R Documentation

Simulate random variates from the student-t distribution

Description

Simulate random variates from the student-t distribution

Usage

rt0(n, df)

Arguments

n

positive integer; the number of samples.

df

degrees of freedom (> 0, maybe non-integer). df = Inf is allowed.

Examples

n <- 10
rt0(10, df = 3)


[Package ADtools version 0.5.5 Index]