Learn R Programming

UKFE (version 0.1.1)

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)

Arguments

lcv

linear coefficient of variation

lskew

linear skewness

RP

return period

Value

Generalised logistic estimated growth factor

Details

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

Examples

Run this code
# NOT RUN {
#Estimate the 50-year growth factors from an Lcv and Lskew of 0.17 and 0.04, respectively.
GenLogGF(0.1704826, 0.04211332, RP = 50)
# }

Run the code above in your browser using DataLab