fit_alpha_stable_mle: Fit Alpha-Stable Distribution using MLE (L-BFGS-B)
Description
Estimates the parameters of a single alpha-stable distribution using maximum likelihood
and the L-BFGS-B optimization method.
Usage
fit_alpha_stable_mle(data)
Value
Numeric vector of estimated parameters: alpha, beta, gamma, delta.
Arguments
- data
Numeric vector of observations.