In my field data is expensive to collect (or simulate deterministically), so we typically do our uncertainty propagation using metamodels (or surrogate models, response surface, etc.). JMP excels in the generation of these models. However, I have been unable to find any clear way to do uncertainty propagation using second order probability, as summarized in this diagram below:
I can see how to define input probabilities in the profiler simulator, but I'm not sure if there is a straightforward way to define some inputs as "epistemic" with uniform inputs that are sampled first, and then all the other inputs are sampled according to their own distributions N times to create a single CDF on the system response (which is then repeated M times to create the probability box on the system response).
Anybody have any ideas how to accomplish inside the graphical JMP environment without diving into the world of JSL? I have typically accomplished this using Python, in which I am fluent.