Residuals.hyperbola {fitConic} | R Documentation |
Calculate Residual Error For Current Coefficients
Description
This function is not intended for external use. It is called from fitConic
when iterating to find the best-fit hyperbola.
Usage
Residuals.hyperbola(XY, parG)
Arguments
XY |
The x,y dataset |
parG |
The "G-parameter" set for the current iteration. |
Value
RSS |
Figure of merit, the 'norm' of the difference between the input XY data and the output "XYproj" data generated. |
XYproj |
Calculated dataset to be used in generating the Jacobian matrix for the next iteration of |
Author(s)
Carl Witthoft <carl@witthoft.com>
References
This is a slightly modified (and debugged) version of Residuals.hyperbola
[Package fitConic version 1.2.1 Index]