Learn R Programming

LMoFit (version 0.1.6)

pGG: Cumulative distribution function of Generalized Gamma (GG) distribution

Description

Cumulative distribution function of Generalized Gamma (GG) distribution

Usage

pGG(x, para = c(10, 0.25, 0.5))

Arguments

x

quantile/s

para

parameters as c(scale, shape1, shape2)

Value

Non-exceedance probability from the cumulative distribution function.

Examples

Run this code
# NOT RUN {
u <- pGG(x = 108.4992, para = c(10, 0.25, 0.5))

# }

Run the code above in your browser using DataLab