-
Notifications
You must be signed in to change notification settings - Fork 35
Add Confidence Intervals to Sobol Indices #583
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #583 +/- ##
=======================================
Coverage 79.19% 79.19%
=======================================
Files 39 39
Lines 2841 2841
=======================================
Hits 2250 2250
Misses 591 591
Continue to review full report at Codecov.
|
@ckingdon95 would you mind approving this so we can get it into master now? I'm trying to do some work with it but it's getting complicated with all the branches and I'm going to end up holding off until we get all the models up to speed etc. |
This PR adds two keyword arguments,
num_resamples::Int = 10_000
andconf_level::Number = 0.95
to theanalyze
function currently only used in Sobol analysis. These args will be passed toGlobalSensitivityAnalysis.analyze
and direct the calculation of confidence intervals around the total, first, and second order indices.This PR is in combination with more significant work on the
GlobalSensitivityAnalysis.jl
side of things, which needs a bit more testing but will then be included in the next tagged version this upcoming week.lrennels/GlobalSensitivityAnalysis.jl#21
(FYI @ckingdon95 @davidanthoff)