Description Usage Arguments Details Value References Examples
View source: R/blg_distribution.R
Random sample generating function for bivariate distribution with Lomax and geometric margins (BLG) distribution with parameters α >0, β > 0 and p in [0,1].
1 | rblomaxgeo(n, alpha, beta, p)
|
n |
size of sample. |
alpha |
parameter which must be numeric greater than 0. |
beta |
parameter which must be numeric greater than 0. |
p |
numeric parameter between 0 and 1. |
rblomaxgeo generates random samples from BLG distribution.
vector of samples generate from BLG distribution.
Arendarczyk, M. and Kozubowski T. J. and Panorska, A. k. (2018). A bivariate distribution with Lomax and geometric margins . Journal of the Korean Statistical Society, 47:405-422. https://doi.org/10.1016/j.jkss.2018.04.006
1 2 | data.df<-rblomaxgeo(20,alpha=1.5, beta=2, p=0.6)
data.df
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.