Computes the quantile function for a generalized Pareto distribution
with location mu, scale sigma, and shape k.
Examples
qgeneralized_pareto(p = c(0.1, 0.5, 0.9), mu = 0, sigma = 1, k = 0.2)
#> [1] 0.1064784 0.7434918 2.9244660
Computes the quantile function for a generalized Pareto distribution
with location mu, scale sigma, and shape k.
qgeneralized_pareto(p = c(0.1, 0.5, 0.9), mu = 0, sigma = 1, k = 0.2)
#> [1] 0.1064784 0.7434918 2.9244660