Learn R Programming

LMoFit (version 0.1.6)

pgev: 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.

Examples

Run this code
# NOT RUN {
u <- pgev(x = 108.4992, para = c(10, 1, 1))

# }

Run the code above in your browser using DataLab