Learn R Programming

MixStable (version 0.1.0)

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".