mgammageo_fit: Fits the multivariate mixed gamma-geometric distributions...

Description Usage Arguments Details Value References Examples

View source: R/mult_mixed_distribution.R

Description

This function computes the parameters of the model .

Usage

1

Arguments

data

is data.frame of observations, (X, N, Y, M)

Details

mgammageo_fit fits MMGG model to data.

Value

list of parameter estimates and the log-likelihood value

References

Amponsah, C. K. and Kozubowski, T.J., (2022). Inprint

Examples

1
2
3
Data.df<- rmgammageo(1000, alpha=c(1, 2), beta=c(1, 10), prob=c(0.6, 0.45), theta= -0.2)
fit <- mgammageo_fit(Data.df)
fit

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