Regression analysis for the .mat files between the pulse waves
1 view (last 30 days)
Show older comments
Hallo i have a data of x and y and i have plotted the scatter plot that looks like the image. I want the regression line for these points. Regression analysis for both the data combined in the scatter plot. Can you tel me which regression model suits the best for my data. I have attached the data to these.
Can any one help me.
THanks in advance
0 Comments
Answers (1)
Jemima Pulipati
on 4 Mar 2020
Hello,
The other post of yours on plotting the regression line in the scatter plot has been answered.
MATLAB has a feature called Regression Learner where you can train your data on different models and check for results. The model which gives the lowest RSME score is the best for the given data.
For more information on how to use the Regression Learner, refer to the following link
0 Comments
See Also
Categories
Find more on Linear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!