GWeindel / hmp

Repository for the hmp python package
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Adding model initialization to result xarray #84

Closed GWeindel closed 1 day ago

GWeindel commented 1 year ago

In order to enhance transparency of the fitted models, we can add the searched transition event template, the single-trial distribution, and the shape parameter as attributes to the xr.Dataset of the results from model fit.

GWeindel commented 1 year ago

Not really needed as it is contained in the init object

GWeindel commented 1 year ago

Re-openend as adding info to model fit makes it easier to share model specification, e.g. user fits a model and share the fit with hmp.utils.save_fit(selected, 'selected.nc')