pgev {LMoFit} | R Documentation |
Cumulative distribution function of GEV distribution
pgev(x, para)
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 <- pgev(x = 108.4992, para = c(10, 1, 1))