Will Usher
Will Usher
@EmiFej and I also came across the error. The error text is misleading - "incompatible timeseries dimensions" - the error is thrown whenever there are extra columns in dataframes being...
I've always used the visual metaphor of a black-box with a bunch of levers that you move around to view the output. I think that might make a cool logo...
So here's my idea to throw into the mix: 
A few ideas - is this the same as wanting to conduct an SA over several outputs (e.g. a number of different result parameters). If so, then there are two...
Hi @KurtPetvipusit - we don't have a *plan* to add this, more of an aspiration! If you'd like to develop an implementation, we would be happy to accept a pull...
Given the expense of your model, it may be worth starting with a [fractional factorial approach](https://github.com/SALib/SALib/blob/master/SALib/sample/ff.py). This requires a very small sample for the 9 parameters and will at least...
@houghb - if you're not actively maintaining savvy any more, perhaps you could consider transferring the repository to the SALib organisation - we could then gradually migrate your visualisation code...
Hi @mschrader15 - thanks for the question. I am currently looking into a related topic regarding "bounds for the sensitivity analysis" and have found a few papers which show the...
This sounds like feature that is more general than just for the elementary effects method. Inserting a results pre-processing function into the analyse function could be applied to any of...
Thanks for the feedback @rjplevin. I think this could go one of two ways. The methods themselves tend to be quite involved, despite the uniform interface that SALib provides to...