Regression with dependent independent variables
古いコメントを表示
When undertaking a linear regression evaluating y as a function of x and x^3, is there a specific function within Matlab that takes account of the mutual dependence of the independent variables (x and x^3)?
I've tried searching the documentation but haven't found anything that specifically addresses this issue.
Regards, Brian
1 件のコメント
Torsten
2017 年 8 月 24 日
Seen as functions, x and x^3 are independent since there are no constants a and b (not both zero) that make a*x+b*x^3 identically zero over a given interval.
Additionally, I don't understand what such a tool you request should be good for. You mean from the view of performance ?
Best wishes
Torsten.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!