Learn R Programming

LMoFit (version 0.1.6)

dglo: Probability density function of Generalized Logestic Distribution

Description

Probability density function of Generalized Logestic Distribution

Usage

dglo(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 <- dglo(x = 0.1, para = c(1, 2, 0.5))

# }

Run the code above in your browser using DataLab