Performs EM estimation of a two-component alpha-stable mixture using weighted least squares regression on the ECF, with the M-step replaced by Gibbs sampling.
em_estimate_stable_weighted_ols_with_gibbs(data, max_iter = 100, tol = 1e-04)A list with estimated component parameters (alpha, beta, gamma, delta) and mixture weight (w).
Numeric vector of observations.
Maximum number of EM iterations.
Convergence tolerance on log-likelihood.