Learn R Programming

LMoFit (version 0.1.6)

pgno: Cumulative distribution function of Generalized Normal Distribution

Description

Cumulative distribution function of Generalized Normal Distribution

Usage

pgno(x, para = c(10, 1.5, 1))

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 <- pgno(x = 10.1, para = c(10, 0.1, 0.2))

# }

Run the code above in your browser using DataLab