Evaluate Jacobian of model.
apply_jacobian(
url,
name,
out_wrt,
in_wrt,
parameters,
vec,
config = jsonlite::fromJSON("{}")
)Jacobian with respect to given input and output variables, applied to given vector.
URL the model is running at.
Name of the desired model.
Output variable to take Jacobian with respect to.
Input variable to take Jacobian with respect to.
Model input parameter (a list of vectors).
Vector to multiply Jacobian by.
Model-specific configuration options.