Description Usage Arguments Details Value References Examples
View source: R/blg_distribution.R
Density function for bivariate distribution with Lomax and geometric margins (BLG) distribution with parameters α >0, β > 0 and p in [0,1].
1 | dblomaxgeo(data, alpha, beta, p, log.p = FALSE)
|
data |
bivariate vector (X,N) observations from BLG model. |
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. |
log.p |
logical; if TRUE, probabilities p are given as log(p). |
dblomaxgeo is the density function for BLG model.
vector of densities.
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 3 | data.df<-rblomaxgeo(20, alpha=1.5, beta=2, p=0.6)
den<-dblomaxgeo(data.df, alpha=1.5, beta=2, p=0.6)
den
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.