How would I perform a linear regression with a for loop on a set of data without using a GUI
조회 수: 2 (최근 30일)
이전 댓글 표시
So if I had a set of data X and Y of the same length
How would I do a linear regression with a for loop. I created a separate value xi where i have points of evaluation that spans the domain.
I would want to fit it to the curve Y= a*X+b and Y=A*X^b etc etc.
The equation I want it to run in the loop i've attached below. please help
댓글 수: 3
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!