| freq.curve.wei {lmomco} | R Documentation |
This function returns the quantiles of the Weibull distribution given a vector of nonexceedance probabilities and the parameters of the distribution. Because in magnitude and frequency analysis the frequency curve is typically the objective, this is a convenient function to increase analysis efficiency.
freq.curve.wei(fs, para)
fs |
Vector of nonexceedance probabilities. |
para |
Parameters of the distribution as from parwei. |
A vector of quantiles for the distribution.
W.H. Asquith
Hosking, J.R.M. and Wallis, J.R., 1997, Regional frequency analysis—An approach based on L-moments: Cambridge University Press.
fs <- nonexceeds() lmr <- lmom.ub(c(123,34,4,654,37,78)) para <- parwei(lmr) plot(fs,freq.curve.wei(fs,para))