Re: Probability of elements from Gaussian/normal PDF overlapping?
- From: "justinkdavis@xxxxxxxxx" <justinkdavis@xxxxxxxxx>
- Date: Thu, 01 Nov 2007 12:50:47 -0000
If we write Ra = N(Ma, Sa^2), Rb = N(Mb, Sb^2), is it useful to know
that Ra - Rb is distributed like N(Ma - Mb, Sa^2 + Sb^2)? If we want
to test that Ea >= Eb, then we are considering Ea - Eb >= 0. The z-
score of 0 is:
z = (0 - mean)/std = (Mb - Ma)/sqrt(Sa^2 + Sb^2).
and the probability is 1 - Phi(z) where Phi(z) is the cumulative
probability distribution.
.
- References:
- Prev by Date: Dinstinct Permutaitons of a Multiset of length N
- Next by Date: Re: Implementable Set Theory and Consistency of ZFC
- Previous by thread: Probability of elements from Gaussian/normal PDF overlapping?
- Next by thread: Re: Probability of elements from Gaussian/normal PDF overlapping?
- Index(es):