Confidence Interval
A confidence interval is a range around an estimated average that is likely to contain the true value. A 95% confidence interval is a range you can be 95% sure the real average falls within: the narrower it is, the more precise your estimate.
Why it matters in simulation
Section titled “Why it matters in simulation”Because each simulation run gives a slightly different result, an average across replications is only an estimate. ProcessModel reports a confidence interval alongside it so you can tell a real difference from random noise. If the intervals for two options overlap heavily, the difference between them may not be meaningful, and running more replications will narrow them.
LegacyHow this worked in the previous version
A range of values so defined that there is a specified probability that the value of a parameter lies within it.
The purpose of taking a random sample from population and computing a statistic, such as the mean, is to approximate the mean of the population. How well the sample statistic estimates the underlying population value is always an issue. A confidence interval addresses this issue because it provides a range of values which is likely to contain the population parameter of interest.

Setting a model to run multiple replications prior to accessing confidence intervals.
Confidence intervals are constructed at a confidence level, such as 95 %, selected by the user. What does this mean? It means that if the same population is sampled on numerous occasions and interval estimates are made on each occasion, the resulting intervals would bracket the true population parameter in approximately 95% of the cases.
Why have confidence interval?
Section titled “Why have confidence interval?”Confidence intervals are one way to represent how “good” an estimate is; the larger a 95% confidence interval for a particular estimate, the more caution is required when using the estimate.
Confidence Intervals in ProcessModel
Section titled “Confidence Intervals in ProcessModel”To obtain confidence interval data, multiple replications must be run. To setup a model for multiple replications go to the Simulation/Options menu and set the number of replications. Set the number of replications and uncheck the animate checkbox.

