Description Usage Arguments Details See Also Examples
Return the results of a regional frequency analysis based on pooling groups.
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
Hydrometric data of the form: site, year, value. |
target |
site ID of the target. |
period |
Return periods for which the flood quantiles are estimated. |
distr |
Regional distribution. |
tol.H |
Heterogeneity measure. A stopping criterion representing the minimal heterogeneity level accepted for a pooling group. |
nsim |
Number of bootstrap samples used for inference. |
level |
Confidence level. |
corr |
Coefficient of correlation used for simulation. The same value is assumed between each pair of sites. |
out.model |
Logical. Should the model be output. This corresponds to the output of FitRegLmom. Otherwise only the estimated flood quantiles are returned. |
verbose |
Logical. Should message and warnings be returned. |
Estimation is carried out by the L-moment algorithms. See FitRegLmom and PoolRemove for more details. If not provided the distance between sites is evaluated using the distance between the regularity and timing of the annual flood peaks. Confidence intervals and standard deviation are evaluated by a parametric bootstrap. An intersite correlation is estimated and used to simulate from a multivariate normal distribution.
FitRegLmom, PoolRemove.
1 2 3 4 5 6 7 8 | ## Not run:
## Performing AMAX analysis using L-moments
x <- DemoData('region')
fit <- FloodnetPool(x, '01AF009')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.