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

How to handle dependant variables? #610

Open
Daniel-Trung-Nguyen opened this issue Mar 15, 2024 · 1 comment
Open

How to handle dependant variables? #610

Daniel-Trung-Nguyen opened this issue Mar 15, 2024 · 1 comment
Labels

Comments

@Daniel-Trung-Nguyen
Copy link

How to handle parameters that are dependent on each other, such as sand, silt, and clay fractions where the sum must equal 1, and their bounds are [0,1]?

@willu47
Copy link
Member

willu47 commented Mar 25, 2024

Hi. Thanks for the question.

Most global sensitivity measures require inputs to be independent. If you have three parameters with conditional dependencies, one approach you can take is to restructure the parameters so that you have one or two independent variables instead which define the mix of the three dependent variables.

For example x could define the mix between clay and sand and y the mix between (clay or sand) and mud.

@tupui tupui added the question label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants