Recent Changes - Search:

Home?

RunningExperiments

AnalysingData

MEG Group

Administrative info

Computers and network

Meetings

How to improve this site

MultipleLinearRegressionInMatlab

Since regress(y,X) is only available within stats-toolbox this info from "Matlab help" could be useful:

The MATLAB backslash (mldivide) operator, which regress calls, obtains the same result as regress(y,X): betahat = X\y

The advantage of working with regress is that it allows for additional inputs and outputs relevant to statistical analysis of the regression. For example: alpha = 0.05; [betahat,Ibeta,res,Ires,stats] = regress(y,X1,alpha);

Edit - History - Print - Recent Changes - Search
Page last modified on March 24, 2009, at 02:42 PM