Saya memiliki variabel acak . memiliki distribusi normal dengan rata-rata dan varian . The rvs terdistribusi normal dengan rata-rata dan varians . Semuanya saling independen.
Misalkan menunjukkan peristiwa bahwa adalah yang terbesar dari ini, yaitu, . Saya ingin menghitung atau memperkirakan. I'm looking for an expression for , as a function of , or a reasonable estimate or approximation for .
In my application, is fixed () and I want to find the smallest value for that makes , but I'm curious about the general question as well.
Jawaban:
The calculation of such probabilities has been studied extensively by communications engineers under the nameM -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 eventC={X0>maxiXi} ) conditioned
on X0=α is
From the union bound, we see that the desired value0.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 aboutM -ary orthogonal signaling
can be found on pp. 161-179 of my
lecture notes for a class on communication systems'
sumber
A formal answer:
The probability distribution (density) for the maximum ofN i.i.d. variates is:
pN(x)=Np(x)ΦN−1(x)
where p is the probability density and Φ is the cumulative distribution function.
From this you can calculate the probability thatX0 is greater than the N−1 other ones via
P(E)=(N−1)∫∞−∞∫∞yp(x0)p(y)ΦN−2(y)dx0dy
You may need to look into various approximations in order to tractably deal with this for your specific application.
sumber