decp {ecpdist}R Documentation

Density function

Description

Compute the density function of the extended Chen-Poisson (ecp) distribution.

Usage

decp(x, lambda, gamma, phi, log = FALSE)

Arguments

x

vector of quantiles.

lambda, gamma

parameter values > 0.

phi

parameter value != 0.

log

logical value

Value

Numeric value of the density function.

If log = TRUE, numeric value of the logarithm of the function.

Examples

decp(2, 1, 1, 1, log = FALSE) # density function


[Package ecpdist version 0.2.1 Index]