I want a suggestions regarding sensitivity Analysis in Python. I have a Building model from Dymola, and I simulated it for one year to check the total Energy consumption. Now ; I want to see which Parameter is affecting the most, by using Global Sensitivity Analysis in Python.
In, Python I used the Sobol SA and Ishigami function to do the sensitivity Analysis. For the Input of Ishigami function I took the total Energy consumption due to Change in each seperate Parameter. Then, I simulated it to check the first and second order Indices of Sobol method. Is it a correct way?