Morris Vs Sobol Method Global Sensitivity analysis

Not close.

This is not related to this thread at all, you may want to start a new one.

You’ll surely be disappointed. We’re just doing a JOSS submission because there’s nothing particularly special about the package, no new methods or anything, it’s just a well-tested, fast, and easy to parallelize version of the methods.

Comparisons don’t make sense for the GSA package because all of the time is spent in the f evaluations, so of course we’d beat SALib and MATLAB, but that benchmark would just be a benchmark of the ODE solvers and parallelism overhead in any realistic example. So yes, it will be like 100x-1000x faster for cases people use it for, but the reason wouldn’t be GlobalSensitivity.jl per say, rather the f is faster because it’s using some other SciML package (or it’s using the batching interface to implement parallelism, something that is quite unique but is just a “this is the right way to implement it” kind of thing)

1 Like