How to calculate error from the coefficients given by gaussian model (for 95% confidence bounds ) after fit ?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
For eg , I got these parameters,
f(x) = a1*exp(-((x-b1)/c1)^2) Coefficients (with 95% confidence bounds): a1 = 0.8236 (0.3624, 1.285) b1 = 1003 (801.9, 1204) c1 = 391.3 (95.29, 687.4) Here b1 is time lag ,a1 is peak value and c1 is width
i want to find uncertainity in time lag i.e b1 . so error should be in form of say x+_del(x)
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Linear and Nonlinear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!