least squares fit with standard deviation
이전 댓글 표시
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)
답변 (1개)
Star Strider
2017년 2월 7일
0 개 추천
The File Exchange contribution polypredci will plot the confidence intervals. To plot ±1 standard deviation, set ‘alpha’ to be 0.68.
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!