pub fn try_inverse_link_array(
likelihood: &LikelihoodSpec,
eta: ArrayView1<'_, f64>,
) -> Result<Array1<f64>, EstimationError>Expand description
Inverse-link transform per likelihood specification (response scale).
Uses the EXACT public inverse-link jet, so the log link reports exp(η)
(finite wherever representable) rather than the solver’s clamped value
(issue #963).