Calculate the Jacobian matrix with the original dataset and the
current version of fitted data. This is not intended for
external use. It is called from fitConic
JmatrixLMA(XY, parA, XYproj)
residuals based on the norm of XY - XYproj
matrix of values for each input data point corresponding to the terms in the general quadratic Ax^2 + Bxy + Cy^2 +Dx + Ey +F
The original input dataset
The current set of ABCDEF quadratic equation coefficients.
The current calculated dataset based on the latest iteration of the coefficient set.
Carl Witthoft <carl@witthoft.com>
This is a copy of JmatrixLMA
with some
validation steps added.