Learn R Programming

MixStable (version 0.1.0)

fit_mle_mixture: Fit MLE Mixture of Two Stable Distributions

Description

Estimates parameters of a two-component alpha-stable mixture using maximum likelihood and the L-BFGS-B optimization method.

Usage

fit_mle_mixture(data)

Value

Numeric vector of estimated parameters: weight, alpha1, beta1, gamma1, delta1, alpha2, beta2, gamma2, delta2.

Arguments

data

Numeric vector of observations.