apply_jacobian | R Documentation |
Evaluate Jacobian of model.
apply_jacobian( url, name, out_wrt, in_wrt, parameters, vec, config = jsonlite::fromJSON("{}") )
url |
URL the model is running at. |
name |
Name of the desired model. |
out_wrt |
Output variable to take Jacobian with respect to. |
in_wrt |
Input variable to take Jacobian with respect to. |
parameters |
Model input parameter (a list of vectors). |
vec |
Vector to multiply Jacobian by. |
config |
Model-specific configuration options. |
Jacobian with respect to given input and output variables, applied to given vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.