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

lmomco (version 2.4.14)

grv2prob: Convert a Vector of Gumbel Reduced Variates to Annual Nonexceedance Probabilities

Description

This function converts a vector of Gumbel reduced variates (grv) to annual nonexceedance probabilities F F=exp(exp(grv)), where 0F1.

Usage

grv2prob(grv)

Value

A vector of annual nonexceedance probabilities.

Arguments

grv

A vector of Gumbel reduced variates.

Author

W.H. Asquith

See Also

prob2grv, prob2T

Examples

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

Run the code above in your browser using DataLab