Performs EM estimation using a user-defined parameter estimator and ECF frequencies.
em_stable_mixture(data, u, estimator_func, max_iter = 300, epsilon = 0.001)List with estimated weights, parameters, and log-likelihood.
Numeric vector of observations.
Numeric vector of frequency values for ECF.
Function to estimate stable parameters.
Integer. Maximum number of EM iterations.
Numeric. Convergence threshold on log-likelihood.