Learn R Programming

LMoFit (version 0.1.6)

tglo: Return period function of Generalized Logistic distribution

Description

Return period function of Generalized Logistic distribution

Usage

tglo(x, para = c(10, 1.5, 1))

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Return Period/s corresponding to quantile/s.

Examples

Run this code
# NOT RUN {
RP <- tglo(x = 0.1, para = c(10, 0.1, 0.2))

# }

Run the code above in your browser using DataLab