dzictp: Probability Mass Function of the ZM-CTP Distribution

View source: R/dzictp.R

dzictpR Documentation

Probability Mass Function of the ZM-CTP Distribution

Description

The Zero-Modified CTP (ZM-CTP) distribution modifies the zero probability of the baseline CTP distribution.

Usage

dzictp(x, a, b, gama, omega, log = FALSE)

Arguments

x

Vector of nonnegative integers.

a

Parameter a.

b

Parameter b.

gama

Parameter gamma.

omega

Zero-modification parameter, with 0 < omega < 1.

log

Logical; if TRUE, returns log-probabilities.

Value

Numeric vector of probabilities.

Examples

dzictp(0:5, a = 1, b = 0.5, gama = 6, omega = 0.3)

zmctp documentation built on Sept. 20, 2026, 5:07 p.m.