Residuals.hyperbola | R Documentation |
This function is not intended for external use. It is called from fitConic
when iterating to find the best-fit hyperbola.
Residuals.hyperbola(XY, parG)
XY |
The x,y dataset |
parG |
The "G-parameter" set for the current iteration. |
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 |
Carl Witthoft <carl@witthoft.com>
This is a slightly modified (and debugged) version of Residuals.hyperbola
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.