calculating the error in parameters for exponential fit

9 vues (au cours des 30 derniers jours)
gil amoyal
gil amoyal le 31 Déc 2018
Commenté : Walter Roberson le 31 Déc 2018
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!

Réponses (1)

Walter Roberson
Walter Roberson le 31 Déc 2018
  2 commentaires
gil amoyal
gil amoyal le 31 Déc 2018
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 le 31 Déc 2018
[f, fitinfo] = fit(x,y,'exp1');
fitinfo.sse

Connectez-vous pour commenter.

Catégories

En savoir plus sur Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by