regavlmom function

Regional weighted average of L-moments

Regional weighted average of L-moments

Computes a regional weighted average of LL-moments.

regavlmom(regdata, weight)

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.

Returns

Vector containing the regional average LL-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
  • Maintainer: J. R. M. Hosking
  • License: Common Public License Version 1.0
  • Last published: 2024-09-30

Useful links