regavlmom {lmomRFA} | R Documentation |
Regional weighted average of L-moments
Description
Computes a regional weighted average of L
-moments.
Usage
regavlmom(regdata, weight)
Arguments
regdata |
Object of class |
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 |
Value
Vector containing the regional average L
-moments.
Author(s)
J. R. M. Hosking jrmhosking@gmail.com
Examples
reglm <- regsamlmu(Maxwind)
regavlmom(reglm) # Weight proportional to record length
regavlmom(reglm, weight=1) # Equal weights
[Package lmomRFA version 3.6 Index]