tgev: Return period function of GEV distribution

View source: R/tgev.R

tgevR Documentation

Return period function of GEV distribution

Description

Return period function of GEV distribution

Usage

tgev(x, para)

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 <- tgev(x = 108.4992, para = c(10, 1, 1))


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