prob2lrv {lmomco} | R Documentation |
Convert a Vector of Annual Nonexceedance Probabilities to Logistic Reduced Variates
Description
This function converts a vector of annual nonexceedance probabilities to logistic reduced variates (LRV,
)
where . The logistic distribution, which is generalized by the Generalized Logistic (
quaglo
) with , will plot as a straightline when the horizontal axis is LRV transformed.
Usage
prob2lrv(f)
Arguments
f |
A vector of annual nonexceedance probabilities. |
Value
A vector of logistic reduced variates.
Author(s)
W.H. Asquith
References
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.
See Also
Examples
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)
[Package lmomco version 2.5.1 Index]