Regional Frequency Analysis {RFA}R Documentation

Perform a whole Regional Frequency Analysis

Description

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.

Usage

reganalysis(data)

Arguments

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.

Value

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.

Author(s)

Mathieu Ribatet

References

Dalrymple, T. (1960) Flood Frequency Analysis. Water Supply.

Examples

data(region)
## Not run: reganalysis(region)

[Package RFA version 0.0-8 Index]