Hi @Victor_G
Thank you for reply.
For summary,
"simulation experiment" makes runs using Latin Hypercuber.
Each run has specific X factor level and calculate failure rate using setting in profiler.
Just for example, we have model with two X factors and simulation experiment 1000 runs made by Latin Hypercube (N runs for simulatior : 20,000)
There is a run which has two X factor (a,b)
At this run,
Random normal: Calculate failure rate with 20,000 N draws which have normal distribution with center point (a,b).
Random uniform: Calculate failure rate with 20,000 N draws which have ramdom X factors not cosidering (a,b). It means (0,0), (a,b), (a,a), (b,b)...... have same probability.
Fixed : Calculate failure rate with 20,000 N draws with fixed X factor. During all N draws X factors are fixed at (a,b)
I hope I understand correctly.
Thank you @Victor_G !