Build Inverse, Gradient, and grad_y Closures for a Model
Source:R/gradients.R
make_inv_and_grad_fixed.RdReturns three closures (inv, grad, grad_y) that evaluate the inverse
function, parameter gradient, and response-derivative for a given model.
Used by error propagation via the delta method.