Learn R Programming

MixStable (version 0.1.0)

build_mcculloch_interpolators: Build interpolation functions from McCulloch table

Description

Constructs nearest-neighbor interpolation functions for alpha and beta based on quantile ratios (v_alpha, v_beta) from the lookup table.

Usage

build_mcculloch_interpolators(table)

Value

List with functions interp_alpha and interp_beta.

Arguments

table

Lookup table generated by generate_mcculloch_table.