qzictp: Quantile Function of the ZM-CTP Distribution

View source: R/qzictp.R

qzictpR Documentation

Quantile Function of the ZM-CTP Distribution

Description

Quantile Function of the ZM-CTP Distribution

Usage

qzictp(p, a, b, gama, omega, lower.tail = TRUE, log.p = FALSE, max_q = 1000)

Arguments

p

Vector of probabilities.

a

Parameter a.

b

Parameter b.

gama

Parameter gamma.

omega

Zero-modification parameter.

lower.tail

Logical.

log.p

Logical.

max_q

Maximum x to search.

Value

Numeric vector of quantiles.

Examples

qzictp(c(0.25, 0.5, 0.75), a = 1, b = 0.5, gama = 6, omega = 0.3)

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