Learn R Programming

LMoFit (version 0.1.7)

tnor: Return period function of Noramal distribution

Description

Return period function of Noramal distribution

Usage

tnor(x, para = c(10, 1.5))

Value

Return Period/s corresponding to quantile/s.

Arguments

x

quantile/s

para

parameters as c(location, scale)

Author

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

Examples

Run this code

RP <- tnor(x = 11, para = c(10, 1.5))

Run the code above in your browser using DataLab