pzictp: Cumulative Distribution Function of the ZM-CTP Distribution

View source: R/pzictp.R

pzictpR Documentation

Cumulative Distribution Function of the ZM-CTP Distribution

Description

Cumulative Distribution Function of the ZM-CTP Distribution

Usage

pzictp(q, a, b, gama, omega, lower.tail = TRUE, log.p = FALSE)

Arguments

q

Vector of quantiles.

a

Parameter a.

b

Parameter b.

gama

Parameter gamma.

omega

Zero-modification parameter.

lower.tail

Logical.

log.p

Logical.

Value

Numeric vector of cumulative probabilities.

Examples

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

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