jacobianMatrix | R Documentation |
General, shared method for constructing the Jacobian matrix. Routes a supplied "jacobianFunction" with pre-computed derivatives to construct matrix with observed data and supplied parameters.
jacobianMatrix(params, x, value, valueFunction, jacobianFunction)
params |
model parameters |
x |
observation at point n (X) |
value |
observation at point n (Y) |
valueFunction |
function to get projected value |
jacobianFunction |
function to create jacobian |
difference value for jacobian
Shawn Gilroy <sgilroy1@lsu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.