Learn R Programming

MixStable (version 0.1.0)

em_stable_mixture: EM algorithm for alpha-stable mixture using a custom estimator

Description

Performs EM estimation using a user-defined parameter estimator and ECF frequencies.

Usage

em_stable_mixture(data, u, estimator_func, max_iter = 300, epsilon = 0.001)

Value

List with estimated weights, parameters, and log-likelihood.

Arguments

data

Numeric vector of observations.

u

Numeric vector of frequency values for ECF.

estimator_func

Function to estimate stable parameters.

max_iter

Integer. Maximum number of EM iterations.

epsilon

Numeric. Convergence threshold on log-likelihood.