tpe3: Return period function of Pearson type-3 distribution

View source: R/tpe3.R

tpe3R Documentation

Return period function of Pearson type-3 distribution

Description

Return period function of Pearson type-3 distribution

Usage

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

Arguments

x

quantile/s

para

parameters as c(mu, sigma, gamma) that are 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 <- tpe3(x = 12, para = c(10, 1, 1.5))


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