grv2prob | R Documentation |
This function converts a vector of Gumbel reduced variates (grv
) to annual nonexceedance probabilities F
F = \exp(-\exp(-grv))\mbox{,}
where 0 \le F \le 1
.
grv2prob(grv)
grv |
A vector of Gumbel reduced variates. |
A vector of annual nonexceedance probabilities.
W.H. Asquith
prob2grv
, prob2T
T <- c(1, 2, 5, 10, 25, 50, 100, 250, 500); grv <- prob2grv(T2prob(T))
F <- grv2prob(grv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.