gpd_bottom_density: Density function of the generalized Pareto distribution in...

View source: R/generalized-pareto-distribution.R

gpd_bottom_densityR Documentation

Density function of the generalized Pareto distribution in the bottom of the distribution.

Description

This function correspond to the density function of the generalized Pareto distribution, but with some rescaling to model the bottom of the distribution only.

Usage

gpd_bottom_density(q, p1, mu, sigma, xi)

Arguments

q

Real number. The point at which to evaluate the density.

p1

A value in [0, 1]. The point of the distribution at which the GDP model ends

mu

The location parameter.

sigma

The scale parameter.

xi

The shape parameter.

Value

The value of the quantile at p.

Author(s)

Thomas Blanchet, Juliette Fournier, Thomas Piketty


thomasblanchet/gpinter documentation built on Nov. 29, 2022, 4:32 a.m.