Learn R Programming

MixStable (version 0.1.0)

mle_estimate: Simple MLE estimation with default starting values

Description

Estimates stable distribution parameters using Nelder-Mead optimization from default or user-provided starting values.

Usage

mle_estimate(X, x0 = NULL)

Value

List with estimated alpha, beta, gamma, delta.

Arguments

X

Numeric vector of observations.

x0

Optional starting values.