Regional Frequency Analysis {RFA} | R Documentation |
Perform a whole Regional Frequency Analysis via the Index Flood model [Dalrymple, 1960]. The analysis is interactive and the end-user is asked for choices. It produces a test to detect if the region can been regarded as homogeneous or not, L-moment plots for graphical checks and estimation of the regional and at-site distribution.
reganalysis(data)
data |
a list with each arguments correspond to of a site within the region plus argument 'record': a vector with the record for each site. |
A whole regional frequency analysis is performed. That is a
heterogeneity test for the selected region - see function
heterogeneity
, L-moments plots - see function
lmomplots
, and estimation of the regional and at-site
distribution with eventually return level plots - see function
regdist, locdist
.
Mathieu Ribatet
Dalrymple, T. (1960) Flood Frequency Analysis. Water Supply.
data(region) ## Not run: reganalysis(region)