Regional weighted average of L-moments
Regional weighted average of -moments.
reglmr(xmom, weight)
xmom
: Matrix or data frame each of whose rows contains the -moments and -moment ratios for one site, in the order , , , , etc.weight
: Vector containing the weights to be used for each site. If omitted, equal weights will be used.Vector containing the regional average -moments.
J. R. M. Hosking jrmhosking@gmail.com
This function is deprecated and may be removed from a future version of the package. Function regavlmom
is the recommended replacement.
(xmom<-t(sapply(Maxwind,samlmu))) nrec<-sapply(Maxwind,length) reglmr(xmom,nrec) # weighted by record length reglmr(xmom) # unweighted
Useful links