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