calculating the error in parameters for exponential fit

조회 수: 3 (최근 30일)
gil amoyal
gil amoyal 2018년 12월 31일
댓글: Walter Roberson 2018년 12월 31일
Hi all!
Im trying to find the exponential function that discribe my data
(I was using f = fit(x,y,'exp1') ) and i was wondering how can I find the parameter's error (as I can find for the poli fit by (max-min)/3.92)
thanks!

답변 (1개)

Walter Roberson
Walter Roberson 2018년 12월 31일
  댓글 수: 2
gil amoyal
gil amoyal 2018년 12월 31일
thank you for your answer. i have this information but i want to calculate the absoulot error.
do you know what will be the right equation?
Walter Roberson
Walter Roberson 2018년 12월 31일
[f, fitinfo] = fit(x,y,'exp1');
fitinfo.sse

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by