I am looking for more technical details (beyond what is stated in the JMP documentation) about how Variable Importance is calculated (available under the Prediction Profiler options).
I have read the two reference papers listed in the documentation (Sobol (2001) and Saltelli (2002)). I think I get the general idea, but I what I want to know is more of the gritty details on how the monte carlo simulation is done (just for independent uniform inputs)
This is more than just "wanting to know the math". What I need to do is to compare this approach to other variable importance/impact assessments, which is becoming more and more popular in pharma QbD approaches to determine process parameter criticality.
Hi, MathStatChem!
This might not help you very much, since I don't know much about the nuts and bolts underneath the hood either (and I'm excited to hear from someone who does know!), but there's a JSL Utility function called Sobol Quasi Random Sequence(nDim, nRow), that's described as generating "a sequence of space-filling quasi random numbers using the Sobol sequence in up to 4000 dimensions". I always assumed this supports the simulation in "The Sobolizer", what some insiders called the Variable Importance system.
There's a lot floating around in the internets regarding Sensitivity Analysis that I'm sure you've researched too. 'Sorry to be so unhelpful.
Good luck!
Kevin