Learn R Programming

lmomco (version 0.88)

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}$$

Usage

prob2T(F)

Arguments

F
A vector of annual nonexceedance probabilities.

Value

  • A vector of T-year return periods.

See Also

T2prob, nonexceeds

Examples

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

Run the code above in your browser using DataLab