rBiGam | R Documentation |
Generating random data for the bivariate gamma distribution with parameters.
rBiGam(n, paras)
n |
number of observations. |
paras |
parameters of bivariate gamma distribution (shape1, shape2, scale). |
Random generation for the bivariate gamma distribution is presented. The specific generation formulas can be found in Jang, et al. (2020).
rBiGam
generates random deviates. The length of generated data is determined by "n"
.
Jang, Y.-H., Zhao, J., Kim, H.-M., Yu, K., Kwon, S.and Kim, S. (2023) New closed-form efficient estimator for the multivariate gamma distribution. Statistica Neerlandica, 1–18.
datt = rBiGam(n=50, c(4,3,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.