Learn R Programming

LMoFit (version 0.1.7)

dpe3: Probability density function of Pearson type-3 Distribution

Description

Probability density function of Pearson type-3 Distribution

Usage

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

Value

Probability density function

Arguments

x

quantile/s

para

parameters as c(mu, sigma, gamma) that is c(location, scale, shape).

Author

Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]

Examples

Run this code

d <- dpe3(x = 12, para = c(10, 1, 1.5))

Run the code above in your browser using DataLab