Description Usage Arguments Details Value References Examples
View source: R/mult_mixed_distribution.R
This function computes the parameters of the model .
1 |
data |
is data.frame of observations, (X, N, Y, M) |
mgammageo_fit fits MMGG model to data.
list of parameter estimates and the log-likelihood value
Amponsah, C. K. and Kozubowski, T.J., (2022). Inprint
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.