T2prob | R Documentation |
This function converts a vector of T
-year return periods to annual nonexceedance probabilities F
F = 1 - \frac{1}{T}\mbox{,}
where 0 \le F \le 1
.
T2prob(T)
T |
A vector of |
A vector of annual nonexceedance probabilities.
W.H. Asquith
prob2T
, nonexceeds
, add.lmomco.axis
T <- c(1, 2, 5, 10, 25, 50, 100, 250, 500)
F <- T2prob(T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.