Question about Variance propagation of random variables



Hello All,

I have a question about propagation of the variance of random
variables.

This is the problem,

Let X,Y,Z be independent Gaussian random variables with known first
and second order statistics. Namely,

E[x] = E[y] = E[z] = 0
S(x) = Sx, S(y) = Sy, S(z) = Sz (1Sigma standard variation)

So, if we set V = [x; y ; z], we have, Cov[V] = [SxSx 0 0; 0 SySy 0 ;
0 0 SzSz]

Now, consider the simple function, V_Hat = sqrt(X.*X + Y.*Y)

the question is, what is the variance of V_Hat?
Is the following equation correct: S(V_Hat) = sqrt(SxSx + SySy) ?

MATLAB simulations shows that this equation is true for small
variances (SxSx, SySy).

How can I find an Analytical expression for S(V_Hat)?

Thanks in advance,
Miki


.



Relevant Pages

  • Re: A question on notation
    ... > are i.i.d complex Gaussian random variables with zero-mean and unit ... > variance. ...
    (sci.math)
  • Re: Question about Variance propagation of random variables
    ... I have a question about propagation of the variance of random ... Let X,Y,Z be independent Gaussian random variables with known first ... In ASCII, write Sx^2 instead of SxSx; in any case, write Sx*Sx, not ...
    (sci.math)
  • A question on notation
    ... are i.i.d complex Gaussian random variables with zero-mean and unit ... variance. ...
    (sci.math)
  • Random points on a sphere- variance
    ... For uniform distribution over sphere by generating three Gaussian random variables x, y, and z. ... Then normalizing the vectors. ... Does anybody knows how the variance of azimuth and elevation angles are related. ...
    (sci.math.num-analysis)