Lmoms | R Documentation |
Calculates the Lmoments and Lmoment ratios from a sample of data
Lmoms(x)
x |
a numeric vector. The sample of interest |
Lmoments calculated according to methods outlined by Hosking & Wallis (1997): Regional Frequency Analysis and approach based on LMoments. Also in the Flood Estimation Handbook (1999), volume 3.
A data.frame with one row and column headings; L1, L2, L3, L4, Lcv, LSkew, and LKurt. The first four are the Lmoments and the next three are the Lmoment ratios.
Anthony Hammond
#Get an AMAX sample and calculate the Lmoments
AM.27051 <- GetAM(27051)
Lmoms(AM.27051$Flow)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.