calculating the error in parameters for exponential fit

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
Walter Roberson am 31 Dez. 2018

0 Stimmen

2 Kommentare

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?
[f, fitinfo] = fit(x,y,'exp1');
fitinfo.sse

Melden Sie sich an, um zu kommentieren.

Kategorien

Gefragt:

am 31 Dez. 2018

Kommentiert:

am 31 Dez. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by