Tagged Questions
11
votes
7answers
5k views
How to find minimum of nonlinear, multivariate function using Newton's method (code not linear algebra)
I'm trying to do some parameter estimation and want to choose parameter estimates that minimize the square error in a predicted equation over about 30 variables. If the equation were linear, I would ...