| dzictp | R Documentation |
The Zero-Modified CTP (ZM-CTP) distribution modifies the zero probability of the baseline CTP distribution.
dzictp(x, a, b, gama, omega, log = FALSE)
x |
Vector of nonnegative integers. |
a |
Parameter a. |
b |
Parameter b. |
gama |
Parameter gamma. |
omega |
Zero-modification parameter, with 0 < omega < 1. |
log |
Logical; if TRUE, returns log-probabilities. |
Numeric vector of probabilities.
dzictp(0:5, a = 1, b = 0.5, gama = 6, omega = 0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.