How can i estimate the uncertainty for the parameters returned by fit function?

68 views (last 30 days)
Hello everyone!
I have to calculate the Stokes parameters from a fit of the experimental data. To do this i have, like first thing, implemented the fit of the data with the function "fit" and a custom model fitting function. Now, the program returns to me the parameters, but i have to calculate the Stokes ones from these with relative errors. To do this, i need the uncertainties of the fit parameters to propagate the erros on the Stokes' parameters: how can i estimate these?
Thousands thanks for the patient and the answers

Accepted Answer

Matt J
Matt J on 30 Dec 2019
Edited: Matt J on 30 Dec 2019
You could use confint to extract confidence bounds on the parameters, e.g.,

More Answers (0)

Community Treasure Hunt

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

Start Hunting!