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