prob2T {lmomco} | R Documentation |
Convert a Vector of Annual Nonexceedance Probabilities to T-year Return Periods
Description
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
.
Usage
prob2T(f)
Arguments
f |
A vector of annual nonexceedance probabilities. |
Value
A vector of T
-year return periods.
Author(s)
W.H. Asquith
See Also
T2prob
, nonexceeds
, add.lmomco.axis
, prob2grv
, prob2lrv
Examples
F <- nonexceeds()
T <- prob2T(F)
[Package lmomco version 2.5.1 Index]