reglmr function

Regional weighted average of L-moments

Regional weighted average of L-moments

Regional weighted average of LL-moments.

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 l1l_1, l2l_2, t3t_3, t4t_4, etc.
  • weight: Vector containing the weights to be used for each site. If omitted, equal weights will be used.

Returns

Vector containing the regional average LL-moments.

Author(s)

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

Note

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

Examples

(xmom<-t(sapply(Maxwind,samlmu))) nrec<-sapply(Maxwind,length) reglmr(xmom,nrec) # weighted by record length reglmr(xmom) # unweighted
  • Maintainer: J. R. M. Hosking
  • License: Common Public License Version 1.0
  • Last published: 2024-09-30

Useful links