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)
}
harrysouthworth/texmex documentation built on March 8, 2024, 7:50 p.m.