Learn R Programming

rpgm (version 1.1.2)

rpgm.rt: Fast Simulation of Student Random Variables

Description

The function rpgm.rt uses rpgm.rnorm in order to simulate student random variables faster than rt.

Usage

rpgm.rt(n, df)

Arguments

n

integer, number of simulations.

df

double, degrees of freedom (> 0, maybe non-integer).

Value

A vector of i.i.d. student random variables.

Details

If df = 1, the distribition if the Cauchy one. The mean exists when df > 1 and the variance when df > 2.

References

https://en.wikipedia.org/wiki/Ziggurat_algorithm

See Also

http://pgm-solutions.com/packages

Examples

Run this code
# NOT RUN {
rpgm.rt(5, 4)
# }

Run the code above in your browser using DataLab