I have a model
y = a1 * x1 + a2 * x2 + ... + a20 * x20
y is in range [-100000, 100000]. It is important for me to get regression where I get minimum in relative errors. Absolute errors are less important.
What matlab function should I use? And how huge should be my sample?
And what is the easiest way to calculate R_adj
?
Is R_adj
a good variable for evaluating model you propose or it that model one should use something else?