L-moments {RFA} | R Documentation |
Compute sample L-moments of each site within a region once normalized with a specified index flood, regional sample L-moments and 3 statistics of interest.
lmomreg(sample.sites,index.flood=mean)
sample.sites |
A list giving data from each site. |
index.flood |
A function who computes the index flood from data. The default is to compute the sample mean. |
A list with 3 arguments. 'site'
: a matrix containing the first
4 sample L-moments of each site once normalized by the index
flood, 'reg'
: the first 4 regional sample L-moments and
'V'
: 3 statistics of interest. For more information, take a
look at the references.
Ribatet Mathieu
Hosking, J. R. M. and Wallis, J. R. (1997) Regional Frequency Analysis. Cambridge University Press.
data(maxWind) ## Not run: lmomreg(sample.site = maxWind)