prob2lrv | R Documentation |
This function converts a vector of annual nonexceedance probabilities F
to logistic reduced variates (LRV, lrv
)
lrv = 1/(\exp(-lrv) + 1)\mbox{,}
where 0 \le F \le 1
. The logistic distribution, which is generalized by the Generalized Logistic (quaglo
) with \kappa = 0
, will plot as a straightline when the horizontal axis is LRV transformed.
prob2lrv(f)
f |
A vector of annual nonexceedance probabilities. |
A vector of logistic reduced variates.
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.
lrv2prob
, prob2T
F <- nonexceeds()
lrv <- prob2lrv(F)
## Not run:
X <- rlmomco(10040, vec2par(c(0,1,0), type="glo"))
plot(prob2lrv(pp(X, a=0.4)), sort(X)); abline(0,1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.