Surface Least Squares
Originally posted by Dan on 07:00 Wed 14 March 2007, last modified 10:24 Sat 12 May 2007.
File under: curve fitting math maximum liklihood phd programming python regression
The method of least squares, or even simply maximum likelihood is one of the more powerful tools available to a statistician. It is powerful because its simplicity means it can be used in a variety of regression problems.
Regression simply means line fitting, and lines are just a graphical way to represent a model, which is the mathematical way to describe the relationship between an independent variable and one or more dependent variables. There is a lot of text on linear straight line fitting, so I’m not going to go into too much detail. I will however briefly discuss the principle behind least squares.
read more...