pgam1: Cumulative probability of Gamma distribution

View source: R/CDFs.R

pgam1R Documentation

Cumulative probability of Gamma distribution

Description

This function computes the cumulative probability or nonexceedance probability of the Gamma distribution given parameters (α and β) computed. Based in function of lmomco package.

Usage

pgam1(q, alpha, beta)

Arguments

q

a real value vector.

alpha

α is a scale parameter (see pargam function).

beta

β is a location parameter (see pargam 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.