Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GenLogEst

Generalised logistic distribution estimates from parameters


Description

Estimated quantiles as function of return period (RP) and vice versa, from user input parameters

Usage

GenLogEst(loc, scale, shape, q = NULL, RP = 100)

Arguments

loc

location parameter

scale

scale parameter

shape

shape parameter

q

quantile. magnitude of the variable under consideration

RP

return period

Details

If the argument q is used, it overrides RP and provides RP as a function of q (magnitude of variable) as opposed to q as a function of RP.

Value

quantile as a function of RP or vice versa

Author(s)

Anthony Hammond

Examples

#Get an annual maximum sample, estimate the parameters and estimate 50-year RP
AM.27090 <- GetAM(27090)
GenLogPars(AM.27090$Flow)
GenLogEst(298.6416, 51.37096, -0.04211332, RP = 50)
#Estimate the RP for a 600m3/s discharge
GenLogEst(298.6416, 51.37096, -0.04211332, q = 600)

UKFE

UK Flood Estimation

v0.1.6
GPL-3
Authors
Anthony Hammond
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.