The calculation of such probabilities has been studied extensively by communications engineers under the name M-ary orthogonal signaling
where the model is that one of M equal-energy equally likely
orthogonal signals being transmitted and the
receiver attempting to decide which one was transmitted by examining
the outputs of M filters matched to the signals. Conditioned
on the identity of the transmitted signal, the sample outputs of
the matched filters are (conditionally) independent unit-variance
normal random variables. The sample output
of the filter matched to the signal transmitted is a
N(μ,1) random variable while the outputs of all the other filters
are N(0,1) random variables.
The conditional probability of a correct decision (which in the
present context is the event C={X0>maxiXi}) conditioned
on X0=α is
P(C∣X0=α)=∏i=1nP{Xi<α∣X0=α}=[Φ(α)]n
where
Φ(⋅) is the cumulative probability distribution
of a standard normal random variable, and hence the unconditional
probability is
P(C)=∫∞−∞P(C∣X0=α)ϕ(α−μ)dα=∫∞−∞[Φ(α)]nϕ(α−μ)dα
where
ϕ(⋅) is the standard normal density function.
There is no closed-form expression for the value of this
integral which must be evaluated numerically.
Engineers are also interested in the complementary event -- that
the decision is in error -- but do not like to compute this as
P{X0<maxiXi}=P(E)=1−P(C)
because this requires very careful evaluation of the integral for
P(C)
to an accuracy of many significant digits, and such evaluation is both
difficult and time-consuming. Instead, the integral for
1−P(C) can be integrated by parts to get
P{X0<maxiXi}=∫∞−∞n[Φ(α)]n−1ϕ(α)Φ(α−μ)dα.
This integral is more easy to evaluate numerically,
and its value as a function of
μ is graphed and
tabulated (though unfortunately only for
n≤20)
in Chapter 5 of
Telecommunication Systems
Engineering by Lindsey and Simon, Prentice-Hall 1973,
Dover Press 1991.
Alternatively, engineers use the
union bound or Bonferroni inequality
P{X0<maxiXi}=P{(X0<X1)∪(X0<X2)∪⋯∪(X0<Xn)}≤∑i=1nP{X0<Xi}=nQ(μ2–√)
where
Q(x)=1−Φ(x) is the complementary cumulative normal
distribution function.
From the union bound, we see that the desired value 0.01 for
P{X0<maxiXi} is bounded above by 60⋅Q(μ/2–√)
which bound has value 0.01 at μ=5.09…. This is
slightly larger than the more exact value μ=4.919…
obtained by @whuber by numerical integration.
More discussion and details about M-ary orthogonal signaling
can be found on pp. 161-179 of my
lecture notes for a class on communication systems'