Min and Max gradient
조회 수: 10 (최근 30일)
이전 댓글 표시
Is there any function to find the min and max gradient out of sgima3 lines?
Note: my data does not include uncertainties. I am estimating the slope and intercept in log space out of simulated data. I want to find the error of my estimates (slope and intercept).
Thanks
댓글 수: 1
Image Analyst
2019년 1월 25일
Exactly what are "sgima3 lines"?
Please read this link before attaching your data with the paper clip icon to allow people to answer you.
Otherwise all we can say is to subtract the fit from your actual, and compute the residuals or something like that.
Note: if your data does not include uncertainties (i.e., no noise with respect to a line), meaning it fits a line perfectly, then there will be no error in the slope and intercept you get from polyfit()
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!