Linear and power fitting of original and transformed data not reproducible

조회 수: 1 (최근 30일)
Xen
Xen 2020년 1월 30일
댓글: Vladimir Sovkov 2020년 1월 30일
I am fitting two variables that seem to have a power relationship (y=a*x^b). If I log-transform both variables, they should have a linear relationship (ln(y) = c*ln(x) + d. Notice that b=c and ln(a)=d. However, when I fit the power and linear equation to these, respectively, the estimated coefficients do not satisfy these relationships. Expectedly, R-square is also different. I tried changing the fit options and didn't manage to make the two fittings equivalent. Has anyone any idea why this happens?
PS. fitting in excel is satisfying these relationships and I get identical values
  댓글 수: 3
Xen
Xen 2020년 1월 30일
Thanks for the reply Vladimir. The weights of y are by default ones(n,1). How would you recompute the weights for ln(y)?
Vladimir Sovkov
Vladimir Sovkov 2020년 1월 30일
The weights must be , however, it is better to check the documentation of the tool you are using.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by