SAFEpython v0.0.0
First numbered released containing:
- different Sensitivity Analysis methods:
- Elementary Effect Test (EET.py, method or Morris)
- Regional Sensitivity Analysis (implementation based on threshold RSA_thres.py and on grouping RSA_group.py)
- Variance-Based Sensitivity Analysis (VBSA.py, Sobol' method)
- Fourier Amplitude Sensitivity Test (FAST.py)
- the moment-independent PAWN method (PAWN.py, implementation given data)
- functions to perform the input sampling and Monte Carlo simulations (sampling.py, lhcube.py, and model_execution.py)
- functions to visualize the sensitivity analysis results (plot_functions.py)
- other utility functions (util.py)
- test functions (ishigami_homma.py and sobol_g.py) and model examples (two hydrological models HyMod.py and HBV.py)
- workflows that demonstrate the application of the Sensitivity Analysis methods to the test functions and model examples