Learn R Programming

LMoFit (version 0.1.7)

pgev: Cumulative distribution function of GEV distribution

Description

Cumulative distribution function of GEV distribution

Usage

pgev(x, para)

Value

Non-exceedance probability from the cumulative distribution function.

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Author

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

Examples

Run this code

u <- pgev(x = 108.4992, para = c(10, 1, 1))

Run the code above in your browser using DataLab