WeightsGLSkew | R Documentation |
Provides the gauged LSkew weights for each site in a pooling group
WeightsGLSkew(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
A data.frame with site references in the first column and associated weights in the second
Anthony Hammond
#Get some CDs, form a gauged pooling group, and estimate gauged LSkew
CDs.27051 <- GetCDs(27051)
Pool.27051 <- Pool(CDs.27051)
WeightsGLSkew(Pool.27051)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.