50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

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=11F, where 0F1.

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