decp {ecpdist} | R Documentation |
Compute the density function of the extended Chen-Poisson (ecp) distribution.
decp(x, lambda, gamma, phi, log = FALSE)
x |
vector of quantiles. |
lambda , gamma |
parameter values > 0. |
phi |
parameter value != 0. |
log |
logical value |
Numeric value of the density function.
If log = TRUE, numeric value of the logarithm of the function.
decp(2, 1, 1, 1, log = FALSE) # density function