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

[Plugin][Enh] Sensitivity analysis: implement more methods #480

Open
JusteRaimbault opened this issue Sep 2, 2020 · 4 comments
Open

[Plugin][Enh] Sensitivity analysis: implement more methods #480

JusteRaimbault opened this issue Sep 2, 2020 · 4 comments

Comments

@JusteRaimbault
Copy link
Contributor

See Cosenza, A., Mannina, G., Vanrolleghem, P. A., & Neumann, M. B. (2013). Global sensitivity analysis in wastewater applications: A comprehensive comparison of different methods. Environmental modelling & software, 49, 40-52.
for an other Global Sensitivity Analysis method: Standardized Regression Coefficient (basically do a linear regression on runs done on a LHS sampling) - would be good to implement it

@JusteRaimbault
Copy link
Contributor Author

Plus a normalized index for Saltelli Variance-based indices: S_Ni = (S_Ti - S_i) / max(S_Ti - S_i) should be easy to add to SensitivitySaltelli

@samthiriot
Copy link
Collaborator

Hello,
a side note: it is annoying not to have a sensitivity method able to deal with categorial inputs.
S.

@JusteRaimbault
Copy link
Contributor Author

True, it would be useful! Do you have a particular method in mind? There seems to exist a few but I did not find any close to Global Sensitivity Analysis methods

@JusteRaimbault
Copy link
Contributor Author

In relation with the Standardized Regression Coefficients methods, more elaborated surrogate models can be used - see Shahsavani, D., & Grimvall, A. (2011). Variance-based sensitivity analysis of model outputs using surrogate models. Environmental Modelling & Software, 26(6), 723-730.
@francoismaths is working on a similar approach since the coding camp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants