tgev {LMoFit} | R Documentation |
Return period function of GEV distribution
tgev(x, para)
x |
quantile/s |
para |
parameters as c(location, scale, shape) |
Return Period/s corresponding to quantile/s.
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
RP <- tgev(x = 108.4992, para = c(10, 1, 1))