How do I preform multiple regression in Matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have 4 variables: x, y, z, and t. The values of x, y, and z are loosely correlated to t. Does anybody know how I can run multiple regression on these variables to create an algorithm that solves for t? Also what is the best algorithm to use when fitting the data since it is loosely correlated?
댓글 수: 0
답변 (1개)
the cyclist
2015년 11월 25일
I would most likely use fitlm to do this. Here is a useful guide to using linear regression in MATLAB.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!