residualFunction | R Documentation |
General, shared method for coordinating nls.lm fitting calls. Routes a supplied "valueFunction" with observed data and supplied parameters.
residualFunction(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 |
residual value of referenced function
Shawn Gilroy <sgilroy1@lsu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.