pgev1: Cumulative probability of GEV distribution

View source: R/CDFs.R

pgev1R Documentation

Cumulative probability of GEV distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Generalized Extreme Value distribution given parameters (ξ, α and κ). Based in function of lmomco package.

Usage

pgev1(q, xi, alpha, kappa)

Arguments

q

a real value vector.

xi

ξ is a location parameter (see pargev function).

alpha

α is a scale parameter (see pargev function).

kappa

κ is a shape parameter (see pargev function).

Value

Nonexceedance probability (F) for q.

Author(s)

David Zamora <dazamoraa@unal.edu.co> Water Resources Engineering Research Group - GIRE


dazamora/IDFtool documentation built on Jan. 1, 2023, 3:29 p.m.