SALib 1.3 onwards does not support Python 2.7
DMIM, RBD-FAST, PAWN and HDMR methods are sampling scheme independent.
Check out the examples here
Two options:
- Use SALib to generate the samples, run the model yourself, then use the results with SALib.
- Wrap the model with a Python function. The only requirement is that the function should accept a numpy array of sample values. This is the approach most users will take.
Call the .to_df()
method if you would like Pandas DataFrames.
If using the method chaining approach, see the example here
SALib provides some basic plotting functionality. See the example here.