R/rgp.R

Defines functions rgp

Documented in rgp

rgp <- function(n, theta, lambda, method) {
  RNGforGPD::GenUniGpois(theta, lambda, n, details = FALSE, method)$data
}

Try the gp package in your browser

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

gp documentation built on Oct. 23, 2023, 5:09 p.m.