Learn R Programming

MixStable (version 0.1.0)

mcculloch_lookup_estimate: Estimate stable parameters using McCulloch lookup

Description

Estimates alpha and beta using quantile ratios and interpolation functions. Gamma and delta are derived directly from quantiles.

Usage

mcculloch_lookup_estimate(
  X,
  interpolators = NULL,
  interp_alpha = NULL,
  interp_beta = NULL
)

Value

List with estimated alpha, beta, gamma, delta.

Arguments

X

Numeric vector of data.

interpolators

Optional list with interp_alpha and interp_beta functions.

interp_alpha

Optional function to interpolate alpha.

interp_beta

Optional function to interpolate beta.