reglmr {lmomRFA}R Documentation

Regional weighted average of L-moments

Description

Regional weighted average of LL-moments.

Usage

reglmr(xmom, weight)

Arguments

xmom

Matrix or data frame each of whose rows contains the LL-moments and LL-moment ratios for one site, in the order 1\ell_1, 2\ell_2, t3t_3, t4t_4, etc.

weight

Vector containing the weights to be used for each site. If omitted, equal weights will be used.

Value

Vector containing the regional average LL-moments.

Note

This function is deprecated and may be removed from a future version of the package. Function regavlmom is the recommended replacement.

Author(s)

J. R. M. Hosking jrmhosking@gmail.com

Examples

(xmom<-t(sapply(Maxwind,samlmu)))
nrec<-sapply(Maxwind,length)
reglmr(xmom,nrec)   # weighted by record length
reglmr(xmom)        # unweighted

[Package lmomRFA version 3.6 Index]