Significantly different between two nonlinear functions
1 回表示 (過去 30 日間)
古いコメントを表示
Is there any way to find out significantly different between two nonlinear functions?
I have these 2 models for the best fit:
y1 = a1/(b1+x) (blue) and y2 = a2/(b2+x) (red)
Mayby I can log the functions and make it linear and check if the e.g angle are > 0?


0 件のコメント
回答 (1 件)
Alan Stevens
2020 年 8 月 18 日
Or you could linearise by simply inverting and plotting 1/y1 against x1, and 1/y2 against x2.
5 件のコメント
Alan Stevens
2020 年 8 月 18 日
Find the errors on the slopes and intercepts. Use them to estimate if the lines are the same to within the errors or not.
参考
カテゴリ
Help Center および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!