In classical Levenberg-Marquardt implementations the final step is to get covariance matrix of the standard errors in the fitted parameters. As far as I understand, this is not implemented in ALGLIB's LSFIT.
In "Numerical Receipts" the covariance matrix called "covar" and is part of the iteration procedure (see
Chapter 15.5 for code and comments).
But I can't figure out where's the "covar" is in your LSFitNonlinearIteration. Basically, I need it to get the standard errors of fitting parameters. Does anybody have ideas on this?