R/rgumbel.R

Defines functions rgumbel

Documented in rgumbel

rgumbel <-
function(n,scale=1,location=0)
	qgumbel(runif(n),scale,location)

Try the FAdist package in your browser

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

FAdist documentation built on March 18, 2022, 5:24 p.m.