WungLSkew | R Documentation |
Calculates the ungauged weighted LSkew from a pooling group
WungLSkew(x)
x |
pooling group derived with the Pool() function |
Weighting method as according to Science Report: SC050050 - Improving the FEH statistical procedures for flood frequency estimation
the ungauged weighted LSkew from a pooling group
Anthony Hammond
#Get some CDs, form an ungauged pooling group, and estimate ungauged LSkew
CDs.27051 <- GetCDs(27051)
Pool.27051 <- Pool(CDs.27051, exclude = 27051)
WungLSkew(Pool.27051)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.