Talk:Levenberg–Marquardt algorithm: Difference between revisions

Content deleted Content added
No edit summary
Line 17:
 
:Both formulas have the same meaning, namely '''J'''<sup>T</sup>'''Jq''' + &lambda;'''q''' = &minus;'''J'''<sup>T</sup>'''f'''. As far as I am concerned, it is a matter of taste which you prefer, but the second is perhaps clearer. -- [[User:Jitse Niesen|Jitse Niesen]] ([[User talk:Jitse Niesen|talk]]) 20:46, 30 August 2005 (UTC)
 
All formulas have a lack of negative sign. For example:
:<math>\mathbf{(J^{T}J)\boldsymbol \delta = J^{T} [y - f(\boldsymbol \beta)]} \!</math>
 
should be:
:<math>\mathbf{(J^{T}J)\boldsymbol \delta = -J^{T} [y - f(\boldsymbol \beta)]} \!</math>
 
finding this bug took quite some time. And it should be pointed out, how to get to this formula. --vogt31337 9:00 26 January 2012 (UTC)
 
==Transpose==