least squares fit with standard deviation
Show older comments
is there a function in matlab that can find the least squares fit of my data then plot the line with the standard deviation like https://www.google.com.sg/search?q=least+squares+standard+deviation&rlz=1C1CHBF_enPL695SG695&espv=2&biw=1366&bih=589&source=lnms&tbm=isch&sa=X&ved=0ahUKEwijyMCGjv7RAhWMPI8KHV05Do8Q_AUIBigB#imgrc=pkFcX59G2iG-eM:
My fit will be linear so it could basically be just 3 linear plots (2 for the standard deviation plot)
Answers (1)
Star Strider
on 7 Feb 2017
0 votes
The File Exchange contribution polypredci will plot the confidence intervals. To plot ±1 standard deviation, set ‘alpha’ to be 0.68.
Categories
Find more on Interpolation 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!