Learn R Programming

UKFE (version 0.2.2)

WungLcv: Ungauged pool weighted linear coefficient of variation (Lcv)

Description

Calculates the ungauged weighted Lcv from a pooling group

Usage

WungLcv(x)

Value

the ungauged weighted Lcv from a pooling group

Arguments

x

pooling group derived with the Pool() function

Author

Anthony Hammond

Details

Weighting method as according to Science Report: SC050050 - Improving the FEH statistical procedures for flood frequency estimation

Examples

Run this code
#Get some CDs, form an ungauged pooling group, and estimate ungauged Lcv
CDs.96001 <- GetCDs(96001)
Pool.96001 <- Pool(CDs.96001, exclude = 96001)
WungLcv(Pool.96001)

Run the code above in your browser using DataLab