Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-model inference and model uncertainty quantification #324

Open
luisfabib opened this issue Jun 2, 2022 · 0 comments
Open

Multi-model inference and model uncertainty quantification #324

luisfabib opened this issue Jun 2, 2022 · 0 comments
Labels
design enhancement New feature or request

Comments

@luisfabib
Copy link
Member

The current design of the fit function would allow for a "simple" implementation of multi-model inference and of the related model-uncertainty (both in a statistical-theoretical as a bootstrapped framework).

In terms of interface, it should be relatively easy. One defines multiple models that might describe the data model1 to modelN and these are passed as a list to the fit function

models = [model1,...,modelN]
results = dl.fit(models,data)

The uncertainty propagation through bootstrap is already almost implemented in DeerLab and the theoretical approximate approach would require just a small additional calculation to the current uncertainty engine.

Furthermore, one could imagine having options such as multimodel='selection' to perform model selection or multimodel='average' to work with the model-averaged fit during the multi-model inference.

All the math and concepts to easily implement this can already be found in the Burnham & Anderson 2002 book.

@luisfabib luisfabib added enhancement New feature or request design labels Jun 2, 2022
@luisfabib luisfabib added this to the v0.15.0 milestone Jun 2, 2022
@stestoll stestoll modified the milestone: v1.0 Nov 17, 2022
@luisfabib luisfabib removed this from the v1.0 milestone Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants