Term matrix and regression model formula

1 回表示 (過去 30 日間)
Jürgen
Jürgen 2012 年 12 月 20 日
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 件)

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by