What is the theory behind fitlm function ?

2 次查看(过去 30 天)
NoNo
NoNo 2015-10-14
编辑: NoNo 2015-10-14
Hello,
I wonder how the function 'fitlm' work. Actually, I need to compare the linear regression given by Matlab and by another software. I know from theory that the principle is based on minimizing the error (epsilon factor) of equation: y = X*beta * epsilon. It consists of doing: beta = (X^t*X)^-1*X^t*y But concretely, how Matlab does that ?
Thank you very much for your answer !
NoNo

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Analysis of Variance and Covariance 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by