Filter löschen
Filter löschen

Rolling regression per 4 Independent Variables

1 Ansicht (letzte 30 Tage)
Isaac
Isaac am 15 Mär. 2013
Hi guys, I have a regression problem.
My x = 249*48 and my y = 249*12
I am attempting to regress y(:,1) on x(1:4)n then y(:,2) on x(5:8) and so on up to the 45-48 column. I can only do this if it is y(:,1) on x(:,1), y(:,1) on x(:,2)......
could anybody help pleaseeeeee
x1=data(:,1); y=data1(:,1); %% x=[ones(size(x1)) x1]; a=x\y

Antworten (0)

Kategorien

Mehr zu Descriptive Statistics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by