Learn R Programming

lmomco (version 2.4.14)

prob2T: 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)

Value

A vector of \(T\)-year return periods.

Arguments

f

A vector of annual nonexceedance probabilities.

Author

W.H. Asquith

See Also

T2prob, nonexceeds, add.lmomco.axis, prob2grv, prob2lrv

Examples

Run this code
F <- nonexceeds()
T <- prob2T(F)

Run the code above in your browser using DataLab