I have a model, y= f(x1, x2, x3, ...x20)
, with 1000 random sample of (x1, ...x20)
, I have create the output with size (1000, 100)
, I have this data as .txt file
. I want to do global sensitivity. Can I use the ANCOVA in Scipy? I don't know the other method which I can use in python. If someone can help me, it would be appreciated. Thanks