Learn R Programming

LMoFit (version 0.1.7)

pgpa: Cumulative distribution function of Generalized Pareto Distribution

Description

Cumulative distribution function of Generalized Pareto Distribution

Usage

pgpa(x, para = c(1, 1, 1))

Value

Non-exceedance probability from the cumulative distribution function.

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Author

Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]

Examples

Run this code

u <- pgpa(x = 1.2, para = c(1, 2, 0.5))

Run the code above in your browser using DataLab