Estimates parameters of a two-component alpha-stable mixture using MLE and EM.
em_fit_alpha_stable_mixture(
data,
max_iter = 200,
tol = 1e-04,
return_trace = FALSE
)List with estimated parameters and optional trace.
Numeric vector of observations.
Integer. Maximum number of EM iterations.
Numeric. Convergence tolerance on log-likelihood.
Logical. Whether to return trace of responsibilities and log-likelihoods.