How to estimate the error for parameter simulation!!
Posted: Sat Jun 22, 2019 2:21 pm
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))
[bestSys,bestSpec] = esfit('garlic',expSpec,Sys,Vary,Exp,SimOpt,FitOpt);
residuals = expSpec - bestSpec';
rmsd = sqrt(mean(residuals.^2))