The DM-OEM algorithm replaces M-step with stochastic step in distributed manner, which is used to solve the parameter estimation of Poisson mixture model.
The DM-OEM algorithm replaces M-step with stochastic step in distributed manner, which is used to solve the parameter estimation of Poisson mixture model.
DM_OEM(y, M, K, seed, alpha0, lambda0, a, b)
Arguments
y: is a vector
M: is the number of subsets
K: is the number of Poisson distribution
seed: is the recommended way to specify seeds
alpha0: is the initial value of the mixing weight
lambda0: is the initial value of the mean
a: represents the power of the reciprocal of the step size
b: indicates that the M-step is not implemented for the first b data points