Description Usage Arguments Details Value References
This function computes the parameter estimates of BMEG distribution using the EM algorithm.
1 | fmbeg_geo.init(data, p = NULL, pi = NULL, l)
|
data |
data from FMBEG distribution |
p |
vector of numeric parameters between 0 and 1. Default value is NULL. |
pi |
vector of geometric membership probabilities between 0 and 1, and sum equal to 1. Default value is NULL. |
l |
number of geometric components. Default value is 1. |
Takes initial guess for the parameters and the algorithm will estimate the MLE.
list containing initial parameter estimates of p and membership probabilities
Code adapted from Young et al. (2017). mixtools Package : Tools for Analyzing Finite Mixture Models, R CRAN.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.