Executes multiple EM algorithms (recursive ECF, kernel ECF, weighted OLS, CDF-based) on the input data. Optionally saves mixture plots to a temporary directory.
run_all_estimations(X1, bw_sj, max_iter = 200, tol = 1e-04, save_plots = FALSE)Invisibly returns a list containing fitted parameters for each EM method.
Numeric vector of data.
Numeric. Bandwidth value (e.g., Silverman's rule).
Integer. Maximum number of EM iterations.
Numeric. Convergence tolerance.
Logical. Whether to save PNG plots to tempdir().