Learn R Programming

lmomco (version 0.88)

T2prob: Convert a Vector of T-year Return Periods to Annual Nonexceedance Probabilities

Description

This function converts a vector of $T$-year return periods to annual nonexceedance probabilities $F$. $$F = 1 - 1/T$$

Usage

T2prob(T)

Arguments

T
A vector of T-year return periods.

Value

  • A vector of annual nonexceedance probabilities.

See Also

prob2T, nonexceeds

Examples

Run this code
T <- c(1, 2, 5, 10, 25, 50, 100, 250, 500)
F <- T2prob(T)

Run the code above in your browser using DataLab