pctp: Cumulative Distribution Function of the CTP Distribution

View source: R/pctp.R

pctpR Documentation

Cumulative Distribution Function of the CTP Distribution

Description

Cumulative Distribution Function of the CTP Distribution

Usage

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

Arguments

q

Vector of quantiles.

a

Parameter a.

b

Parameter b.

gama

Parameter gamma.

lower.tail

Logical; if TRUE, probabilities are P(X <= q), otherwise P(X > q).

log.p

Logical; if TRUE, probabilities are given on the log scale.

Value

Numeric vector of cumulative probabilities.

Examples

pctp(0:5, a = 1, b = 0.5, gama = 6)

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