Difference between revisions of "Software tutorial/Least squares modelling (linear regression)"

From Process Model Formulation and Solution: 3E4
Jump to navigation Jump to search
m (Created page with "One of the best packages for fitting least squares models, in addition to all sorts of other statistical manipulation of data is the [http://www.r-project.org/ R language]. The...")
 
m
Line 5: Line 5:


However, here is a tutorial on how you can use MATLAB or Python to fit a least squares model.
However, here is a tutorial on how you can use MATLAB or Python to fit a least squares model.
<tt>linreg.m</tt> and <tt>regstats.m</tt>

Revision as of 20:21, 30 November 2010

One of the best packages for fitting least squares models, in addition to all sorts of other statistical manipulation of data is the R language. The following pages from the 4C3 (Statistics for Engineering) website will help you:

However, here is a tutorial on how you can use MATLAB or Python to fit a least squares model.

linreg.m and regstats.m