Is there a simple way with monteCarlo sims in ADE-XL to show the min/max/std dev expressed as a percent of the mean? For example, take a very simple case of a test bench which measures the resistance of a 10k resistor, instead of min/mean/man/std_dev being:
7k/10k/13k/1k
I'd like to see
-30%/nom/+30%/10%
Ideally this would be based off of a nominal run but I'm happy enough with using the sample mean as my reference point.
I could do this as a real hack and have two instances of my DUT and compare one against the other (including the sqrt(2) factor) but that gives 2x the circuit to simulate.