Computes a regional weighted average of \(L\)-moments.
Usage
regavlmom(regdata, weight)
Value
Vector containing the regional average \(L\)-moments.
Arguments
regdata
Object of class regdata, containing
summary statistics of the data for the sites in a region.
weight
Vector containing the weights to be used for each site.
If omitted, weights will be the sample size at each site,
taken from the second column of regdata.
If a single value, equal weights will be used.