pgpa {LMoFit} | R Documentation |
Cumulative distribution function of Generalized Pareto Distribution
pgpa(x, para = c(1, 1, 1))
x |
quantile/s |
para |
parameters as c(location, scale, shape) |
Non-exceedance probability from the cumulative distribution function.
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
u <- pgpa(x = 1.2, para = c(1, 2, 0.5))