predict.atSite: Predict at-site return levels

Description Usage Arguments

Description

Return the return levels, or quantiles associated with output of function atSite for given return periods.

Usage

1
2
3
## S3 method for class 'atSite'
predict(obj, rt = c(2, 5, 10, 20, 50, 100),
  upper.tail = TRUE, ci = FALSE, alpha = 0.05, nsim = 1000)

Arguments

obj

Output from atSite

rt

A vector of return periods.

ci

Does the confident interval should be display. The interval is estimated by MC simulations. Can take time.

alpha

Confident interval are symetric and computed with confident level 1-alpha.

nsim

Number of simulation used to estimate the confident intervals.

upper.tails

Does the return periods are associated to the upper tails or the lower tail (FALSE) of the distribution.


martindurocher/floodRFA documentation built on June 5, 2019, 8:44 p.m.