estimate_stable_params: Estimate single stable distribution parameters
Description
Wrapper function to estimate stable parameters using one of three methods: "basic", "robust", or "lbfgs".
Usage
estimate_stable_params(data, method = "robust")
Value
List with estimated alpha, beta, gamma, delta.
Arguments
- data
Numeric vector of observations.
- method
Estimation method: "basic", "robust", or "lbfgs".