Learn R Programming

LMoFit (version 0.1.6)

tGG: Return period function of Generalized Gamma distribution

Description

Return period function of Generalized Gamma distribution

Usage

tGG(x, para = c(10, 0.25, 0.5))

Arguments

x

quantile/s

para

parameters as c(scale, shape1, shape2)

Value

Return Period/s corresponding to quantile/s.

Examples

Run this code
# NOT RUN {
RP <- tGG(x = 108.4992, para = c(10, 0.25, 0.5))

# }

Run the code above in your browser using DataLab