T2prob {lmomco} | R Documentation |
This function converts a vector of T-year return periods to annual nonexceedance probabilities F.
F = 1 - 1/T
T2prob(T)
T |
A vector of T-year return periods. |
A vector of annual nonexceedance probabilities.
W.H. Asquith
T <- c(1, 2, 5, 10, 25, 50, 100, 250, 500) F <- T2prob(T)