| rctp | R Documentation |
Random Generation from the CTP Distribution
rctp(n, a, b, gama)
n |
Number of observations. |
a |
Parameter a. |
b |
Parameter b. |
gama |
Parameter gamma. |
Integer vector of random draws.
set.seed(123)
rctp(10, a = 1, b = 0.5, gama = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.