Estimates parameters of an alpha-stable mixture using EM with optional random initialization.
em_alpha_stable(
data,
n_components = 2,
max_iter = 100,
tol = 1e-04,
random_init = TRUE,
debug = TRUE
)List with estimated weights and parameters (alpha, beta, gamma, delta).
Numeric vector of observations.
Integer. Number of mixture components.
Integer. Maximum number of EM iterations.
Numeric. Convergence tolerance.
Logical. Whether to use random initialization.
Logical. Whether to print debug information.