qctp: Quantile Function of the CTP Distribution

View source: R/qctp.R

qctpR Documentation

Quantile Function of the CTP Distribution

Description

Quantile Function of the CTP Distribution

Usage

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

Arguments

p

Vector of probabilities.

a

Parameter a.

b

Parameter b.

gama

Parameter gamma.

lower.tail

Logical.

log.p

Logical.

max_q

Maximum x to search.

Value

Numeric vector of quantiles.

Examples

qctp(c(0.25, 0.5, 0.75), a = 1, b = 0.5, gama = 6)

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