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

Implement join() method to combine multiple uncertainty quantifications #154

Merged
merged 4 commits into from
Apr 9, 2021

Conversation

luisfabib
Copy link
Member

Implements a new method join() in the UQResult objects to combine multiple UQResult objects into a new extended object. This allows to combine different uncertainties of parameters fitted separately but contributing to a common model, allowing a proper uncertainty propagation.

The function takes an arbitrary number of UQResult objects and returns a new one:

combined_uq = param0_uq.join(param1_uq, param2_uq, param3_uq, ...)

@luisfabib luisfabib added the enhancement New feature or request label Apr 9, 2021
@luisfabib luisfabib added this to the 0.13.0 milestone Apr 9, 2021
@luisfabib luisfabib requested a review from stestoll April 9, 2021 12:50
@luisfabib luisfabib self-assigned this Apr 9, 2021
@luisfabib luisfabib changed the title Implement join() method to combine multiple uncertainty quantifications Implement join() method to combine multiple uncertainty quantifications Apr 9, 2021
@stestoll stestoll merged commit 61688a1 into main Apr 9, 2021
@stestoll stestoll deleted the feature/join_uq branch April 9, 2021 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants