R/rgpd.R

Defines functions rgpd

Documented in rgpd

rgpd <-
function(n, xi, mu = 0, sigma = 1)
{
	.Call(.C_rgpd, n, as.double(xi), as.double(mu), as.double(sigma))
}

Try the rpgm package in your browser

Any scripts or data that you put into this service are public.

rpgm documentation built on March 18, 2018, 2:24 p.m.