calculating the error in parameters for exponential fit
Ältere Kommentare anzeigen
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!
Antworten (1)
Walter Roberson
am 31 Dez. 2018
0 Stimmen
2 Kommentare
gil amoyal
am 31 Dez. 2018
Walter Roberson
am 31 Dez. 2018
[f, fitinfo] = fit(x,y,'exp1');
fitinfo.sse
Kategorien
Mehr zu Fit Postprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!