Description Usage Arguments Details Value References Examples
This function computes the parameter estimates of FMBEG distribution using the EM algorithm.
1 2 3 4 5 6 7 8 9 10 11 12 |
data |
dataframe of bivariate random vector (X,N) BMEG distribution. |
beta |
numeric parameter vectors, which must be numeric greater than 0. Default value is NULL. |
p |
vector of numeric parameters between 0 and 1. Default value is NULL. |
q |
vector of gamma membership probabilities between 0 and 1, and sum equal to 1. Default value is NULL. |
pi |
vector of geometric membership probabilities between 0 and 1, and sum equal to 1. Default value is NULL. |
m |
number of gamma components. Default value is 2. |
l |
number of geometric components. Default value is 1. |
maxiter |
maximum number of iterations. Default value is 1000. |
tol |
tolerance value. Default value is 1e-08 |
verb |
If TRUE, estimates are printed during each iteration. |
Takes initial guess for the parameters and the algorithm will estimate the MLE.
list containing data frame parameter estimates, log-likelihood value and data frame of iteration
Amponsah, C. K. and Kozubowski, T.J., and Panorska, A.K. (2020). A Mixed bivariate distribution with mixture exponential and geometric marginals. Inprint.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.