필터 지우기
필터 지우기

Significantly different between two nonlinear functions

조회 수: 1 (최근 30일)
jjohn33
jjohn33 2020년 8월 18일
댓글: jjohn33 2020년 8월 18일
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일
Or you could linearise by simply inverting and plotting 1/y1 against x1, and 1/y2 against x2.
  댓글 수: 5
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by