rzictp: Random Generation from the ZM-CTP Distribution

View source: R/rzictp.R

rzictpR Documentation

Random Generation from the ZM-CTP Distribution

Description

Random Generation from the ZM-CTP Distribution

Usage

rzictp(n, a, b, gama, omega)

Arguments

n

Number of observations.

a

Parameter a.

b

Parameter b.

gama

Parameter gamma.

omega

Zero-modification parameter.

Value

Integer vector of random draws.

Examples

set.seed(123)
rzictp(10, a = 1, b = 0.5, gama = 6, omega = 0.3)

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