A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
13
Task/Multiple-regression/MATLAB/multiple-regression-2.m
Normal file
13
Task/Multiple-regression/MATLAB/multiple-regression-2.m
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
yt = y'; Xt = X';
|
||||
bt = Xt \ yt
|
||||
bt =
|
||||
0.1457109
|
||||
-0.0777564
|
||||
-0.0712427
|
||||
-0.0166193
|
||||
0.0292955
|
||||
-0.0079111
|
||||
0.2265894
|
||||
-0.0561589
|
||||
-0.1752146
|
||||
-0.2577663
|
||||
Loading…
Add table
Add a link
Reference in a new issue