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

Multiple regression of parameters and responses #361

Closed
asnyv opened this issue Jun 15, 2020 · 1 comment · May be fixed by #394
Closed

Multiple regression of parameters and responses #361

asnyv opened this issue Jun 15, 2020 · 1 comment · May be fixed by #394
Labels
enhancement 🚀 New feature or request
Milestone

Comments

@asnyv
Copy link
Collaborator

asnyv commented Jun 15, 2020

Plugin for evaluation of response from multiple input parameters

Motivation

The existing parameter-response correlation plugin allows for correlation of only a single parameter with a response (the ParameterResponseCorrelation plugin).

It is quite common that just a small number of parameters are the key drivers for a specific response, e.g. the total production over the lifetime of a well. A limited number of key parameters is much easier to handle, both when making a decision, and to sort out which uncertainties that are worth putting more work into.

Some suggestions:

  • Evaluation / literature search of applicable methods to use.
    • Consider linear and non-linear methods.
    • Test the most promising ones on the available test data set.
  • Implementation and delivery:
    • Implement chosen method(s), either using an existing (well maintained) open source library, or from scratch.
    • User friendly visualization plugin. Should at least feature: selection of response and an "easy to understand" view of key parameter combinations for selected response together with there "score" (quality of fit)
    • Keep in mind during implementation: How computationally expensive is the chosen method? Can we calculate on request, or do we have to pre-calculate?
  • Additional ideas you might have that can provide additional insight to parameter - response correlations
@anders-kiaer
Copy link
Collaborator

Will be closed by the created code in #394 on merge.

@anders-kiaer anders-kiaer moved this to Done 🏁 in Webviz Jan 9, 2023
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
Archived in project
2 participants