somexlab / fastddm

Python library for Differential Dynamic Microscopy analysis
https://fastddm.readthedocs.io/
GNU General Public License v3.0
3 stars 0 forks source link

Add stderr to fit results returned by fit_multik #169

Closed enrico-lattuada closed 11 months ago

enrico-lattuada commented 11 months ago

Description It would be nice to have the stderr returned in the fit results from fastddm.fit.fit_multik.

Proposed solution Add the parameters stderrs to the returned DataFrame. Use the notation <param_name>_stderr as the column name.

Additional context Currently, one has to loop through the model results list. It's useful to have both the value and the stderr in one place.

enrico-lattuada commented 11 months ago

Closed by #170