tgno {LMoFit} | R Documentation |
Return period function of Generalized Normal distribution
Description
Return period function of Generalized Normal distribution
Usage
tgno(x, para = c(10, 1.5, 1))
Arguments
x |
quantile/s |
para |
parameters as c(location, scale, shape) |
Value
Return Period/s corresponding to quantile/s.
Author(s)
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
Examples
RP <- tgno(x = 10.1, para = c(10, 0.1, 0.2))
[Package LMoFit version 0.1.7 Index]