Estimates alpha and beta using quantile ratios and interpolation functions. Gamma and delta are derived directly from quantiles.
mcculloch_lookup_estimate(
X,
interpolators = NULL,
interp_alpha = NULL,
interp_beta = NULL
)List with estimated alpha, beta, gamma, delta.
Numeric vector of data.
Optional list with interp_alpha and interp_beta functions.
Optional function to interpolate alpha.
Optional function to interpolate beta.