-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Various improvements:
-
update analyze function to use
SimulationResults
to access model results with keyword args instead of forcing user to pass an Array -
It would be best to be able to (as easily as possible) run
analyze
on data uncoupled from the need torun_sim
orgenerate_trials
. For example I added the keyword argumentN
toanalyze
in case it hasn't been sit ingenerate_trials
. Think on other ways to keep this clean and simple. -
Streaming functionality, with or without file io, to handle large models like FUND (@rjplevin working on the first iteration of this).
-
Implement Sobol Groups, and maybe Method of Morris (this would be done in GlobalSensitivityAnalysis.jl to enable groups for larger models such as FUND.
-
Improved data visualization story (a focus for @lrennels this summer)