Page 1 of 1

How to estimate the error for parameter simulation

Posted: Wed Apr 25, 2018 11:27 am
by HenriqueVictoria
Hi, i would like to know how i can associate the 'rmsd' with the error for the parameters of the Hamiltonian (tensor components of g and A) acquired through the routine described for the following algorithm:

[bestSys,bestSpec] = esfit('garlic',expSpec,Sys,Vary,Exp,SimOpt,FitOpt);
residuals = expSpec - bestSpec';
rmsd = sqrt(mean(residuals.^2))

Re: How to estimate the error for parameter simulation

Posted: Thu Apr 26, 2018 3:21 pm
by Stefan Stoll
esfit currently does not support the estimation of errors for the fit parameters.