pgev: Cumulative distribution function of GEV distribution

View source: R/pgev.R

pgevR Documentation

Cumulative distribution function of GEV distribution

Description

Cumulative distribution function of GEV distribution

Usage

pgev(x, para)

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Non-exceedance probability from the cumulative distribution function.

Author(s)

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

Examples


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


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