View source: R/generalized-pareto-distribution.R
| gpd_bottom_mean | R Documentation |
This function correspond to the truncated average of the generalized Pareto distribution, plus the value of the truncated average above.
gpd_bottom_mean(p, p1, y1, mu, sigma, xi)
p |
A value in [0, p1]. The point at which to evaluate the function. |
p1 |
A value in [0, 1]. The point of the distribution at which the GDP model ends. |
y1 |
The value of the interpolation function at x1 |
mu |
The location parameter. |
sigma |
The scale parameter. |
xi |
The shape parameter. |
The value of the truncated average 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.