Significantly different between two nonlinear functions

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?

回答 (1 件)

Alan Stevens
Alan Stevens 2020 年 8 月 18 日

0 投票

Or you could linearise by simply inverting and plotting 1/y1 against x1, and 1/y2 against x2.

5 件のコメント

jjohn33
jjohn33 2020 年 8 月 18 日
I need a method to get the significantly difference as well..
Alan Stevens
Alan Stevens 2020 年 8 月 18 日
You could calculate the errors on the fits (see linear regression in Matlab's documentation) and compare them.
jjohn33
jjohn33 2020 年 8 月 18 日
I don't need the error on the fits (I think..) I want to see if the both lines differ from each other
Alan Stevens
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.
jjohn33
jjohn33 2020 年 8 月 18 日
Ok I will try and figure out to get a statistic significance as well

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

製品

リリース

R2019b

質問済み:

2020 年 8 月 18 日

コメント済み:

2020 年 8 月 18 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by