CURRENT CALCULATION PROCESS
Formula, substitution, intermediate values, and reconciliation
zL = (L - mean)/sigma; zU = (U - mean)/sigma; pwithin = Phi(zU) - Phi(zL); P(any outside) = 1 - pwithin^n
Each limit is standardized relative to the normal mean and standard deviation. The standard-normal CDF allocates probability below, within, and above the band. Assuming independent, identically distributed observations, the probability that all n observations remain inside is pwithin raised to n, so its complement is the chance of one or more outside results.