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 Dec. 4, 2020, 5:08 p.m.