tgpa: Return period function of Generalized Pareto distribution

View source: R/tgpa.R

tgpaR Documentation

Return period function of Generalized Pareto distribution

Description

Return period function of Generalized Pareto distribution

Usage

tgpa(x, para = c(1, 1, 1))

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Return Period/s corresponding to quantile/s.

Author(s)

Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]

Examples


RP <- tgpa(x = 1.2, para = c(1, 2, 0.5))


LMoFit documentation built on May 29, 2024, 9:15 a.m.