lrv2prob | R Documentation |
This function converts a vector of logistic reduced variates (lrv
) to annual nonexceedance probabilities F
F = -\log((1-lrv)/lrv)\mbox{,}
where 0 \le F \le 1
.
lrv2prob(lrv)
lrv |
A vector of logistic reduced variates. |
A vector of annual nonexceedance probabilities.
W.H. Asquith
Bradford, R.B., 2002, Volume-duration growth curves for flood estimation in permeable catchments: Hydrology and Earth System Sciences, v. 6, no. 5, pp. 939–947.
prob2lrv
, prob2T
T <- c(1, 2, 5, 10, 25, 50, 100, 250, 500); lrv <- prob2grv(T2prob(T))
F <- lrv2prob(lrv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.