Rolling regression per 4 Independent Variables

4 visualizaciones (últimos 30 días)
Isaac
Isaac el 15 de Mzo. de 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

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by