Lcv | R Documentation |
Calculates the Lcv from a sample of data
Lcv(x)
x |
a numeric vector. The sample of interest |
Lcv 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.
Numeric. The Lcv of a sample.
Anthony Hammond
#Get an AMAX sample and calculate the Lmoments
AM.27051 <- GetAM(27051)
Lcv(AM.27051$Flow)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.