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!