dblomaxgeo: The bivariate distribution with Lomax and geometric margins...

Description Usage Arguments Details Value References Examples

View source: R/blg_distribution.R

Description

Density function for bivariate distribution with Lomax and geometric margins (BLG) distribution with parameters α >0, β > 0 and p in [0,1].

Usage

1
dblomaxgeo(data, alpha, beta, p, log.p = FALSE)

Arguments

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).

Details

dblomaxgeo is the density function for BLG model.

Value

vector of densities.

References

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

Examples

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

camponsah/BivMixDist documentation built on Nov. 15, 2021, 3:11 a.m.