Learn R Programming

UKFE (version 0.3.7)

GumbelGF: Gumbel distribution growth factors

Description

Estimated growth factors as a function of return period, with inputs of Lcv & LSkew (linear coefficient of variation & linear skewness)

Usage

GumbelGF(lcv, RP)

Value

Gumbel estimated growth factor

Arguments

lcv

linear coefficient of variation

RP

return period

Author

Anthony Hammond

Details

Growth factors are calculated by the method outlined in the Flood Estimation Handbook, volume 3, 1999.

Examples

Run this code
#Estimate the 50-year growth factors from an Lcv of 0.17.
GumbelGF(0.17, RP = 50)

Run the code above in your browser using DataLab