
Originally Posted by
ash89
I need to work out E((bb*)^2) for b~N(0,1/2)+iN(0,1/2) b* is complex conjugate.
Using prior working:
E[bb*]= E[ Re{b}^2 + Im{b}^2] = E[Re{b}^2] + E[Im{b}^2]
using the variance formula
E[Re{b}^2] = var[Re{b}] + E[Re{b}]^2 = 1/2
E[Im{b}^2] = var[Im{b}] + E[Im{b}]^2 = 1/2
so E[bb*] = 1
So far I have that:
E[(bb*)^2] = E[Re{b}^4 + Im{b}^4 + 2*Re{b}^2*Im{b}^2]
= E[Re{b}^4] + E[Im{b}^4] + 2*E[Re{b}^2]*E[Im{b}^2]
which tells me that 2*E[Re{b}^2]*E[Im{b}^2] = 2*1/2*1/2 = 1/2
But I am unsure of how to compute E[Re{b}^4] and E[Im{b}^4] easily as I do not know the variance of bb*