Inspect VCMoE parameterization metadata.
Usage
vcmoe_parameterization(object)
Arguments
- object
A vcmoe object.
Value
A named list describing the estimator convention used by the fit, including
kernel weights, local-linear basis scale, gating-logit storage, dispersion
block, label-alignment method, and optimization controls.
Details
The package default is "a1_epanechnikov_scaled": Epanechnikov density
weights 0.75 * (1 - t^2)_+ / h with t = (u - u0) / h, scaled
local-linear slope storage, and centered gating logits. This helper reports
those conventions for reproducible model summaries.