View source: R/generalized-pareto-distribution.R
gpd_top_quantile | R Documentation |
This function correspond to the quantile function of the generalized Pareto distribution, but with some rescaling to model the top of the distribution only.
gpd_top_quantile(p, pn, mu, sigma, xi)
p |
A value in [pn, 1]. The point at which to evaluate the function. |
pn |
A value in [0, 1]. The point of the distribution at which the GDP model starts. |
mu |
The location parameter. |
sigma |
The scale parameter. |
xi |
The shape parameter. |
The value of the quantile at p
.
Thomas Blanchet, Juliette Fournier, Thomas Piketty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.