Learn R Programming

UKFE (version 0.2.2)

GenLogGF: Generalised logistic 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

GenLogGF(lcv, lskew, RP)

Value

Generalised logistic estimated growth factor

Arguments

lcv

linear coefficient of variation

lskew

linear skewness

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 and Lskew of 0.17 and 0.04, respectively.
GenLogGF(0.17, 0.04, RP = 50)

Run the code above in your browser using DataLab