Learn R Programming

LMoFit (version 0.1.6)

dgno: Probability density function of Generalized normal Distribution

Description

Probability density function of Generalized normal Distribution

Usage

dgno(x, para = c(1, 2, 0.5))

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Probability density function

Examples

Run this code
# NOT RUN {
d <- dgno(x = 0.1, para = c(1, 2, 0.5))

# }

Run the code above in your browser using DataLab