Learn R Programming

UKFE (version 0.1.1)

Lcv: Linear coefficient of variation (Lcv)

Description

Calculates the Lcv from a sample of data

Usage

Lcv(x)

Arguments

x

a numeric vector. The sample of interest

Value

Numeric. The Lcv of a sample.

Details

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.

Examples

Run this code
# NOT RUN {
#Get an AMAX sample and calculate the Lmoments
AM.96001 <- GetAM(96001)
Lcv(AM.96001$Flow)
# }

Run the code above in your browser using DataLab