tln3: Return period function of Lognormal-3 distribution

View source: R/tln3.R

tln3R Documentation

Return period function of Lognormal-3 distribution

Description

Return period function of Lognormal-3 distribution

Usage

tln3(x, para = c(0, 0, 1))

Arguments

x

quantile/s

para

parameters as c(zeta, mu, sigma) that is c(lower bound, mean on log scale, standard deviation on log scale).

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 <- tln3(x = 12, para = c(0, 0, 1))


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