Term matrix and regression model formula
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hey, am not sure about the way the regression model is formulated in the help file this model is proposed 'MPG ~ Acceleration + Weight + Acceleration:Weight + Weight^2' with this Term matrix T = [0 0 0;1 0 0;0 1 0;1 1 0;0 2 0] and this Linear regression model: y ~ 1 + x1*x2 + x2^2 Which I found strange compared to the terms Matrix but then I saw that '*' means also all lower order term and the same for ^ so that would be the same as y= 1+x1+x2+x1+x2 +x2^2
Is this correct?
regards,J
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Regression 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!