R/u2gpd.R

Defines functions u2gpd

u2gpd <-
function(u, p = 1, th=0, sigma, xi) {
  qgpd((1 - u) / p, sigma=sigma, u=th, xi=xi, lower.tail=FALSE)
}

Try the texmex package in your browser

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

texmex documentation built on June 22, 2024, 12:26 p.m.