I use Levenberg -- Marquardt algorithm to fit my nonlinear function f(x,b)
(x:Nx1, b:Mx1
) to data X:NxK
.
Now I want to estimate goodness (confidence) of solution b
.
This post says that I should not try to find R-squared in nonlinear case. What should I do then? Are there any reliable universal metrics at all? I could not google any answer for this.