random variables - simple questions



I am having some trouble with some simple questions concerning random variables.

The first: Suppose we have a random variable X with zero mean and variance sigma^2. What is the probability distribution of Y = X^2?

Here's my argument:

	P[Y=y]
	= P[X^2 = y]
	= P[|X| = sqrt(y)]
	= P[X=sqrt(y) OR X=-sqrt(y)]
	= P[X=sqrt(y)] + P[X=-sqrt(y)]
	= 2 P[X=sqrt(y)]

We have for P[X=x] the usual normal (gaussian) distribution:

	P[X=x] = 1/(sigma Sqrt(2Pi)) Exp[-x^2/(2 sigma^2)]

so I expect that I can just substitute in x=sqrt(y):

	P[Y=y] = 2 P[X=sqrt[y]] = 2/(sigma Sqrt(2Pi)) Exp[-y/(2 sigma^2)]

But that is not right. It doesn't integrate to unity and it doesn't give the correct expectation value for Y.

Using the cumultative distribution function I follow a similar argument and get the answer:

	P[Y=y] = 1/(sigma Sqrt(2 Pi y)) Exp[-y/(2 sigma^2)]

(Notice that there is a 1/sqrt(y) in there, and no factor of 2 out front.)

I believe that answer is correct (it passes my checks)... but where does the logic fail in the argument using probability density functions?

The second question: Suppose we have independent random variables X and Y, both normally distributed with zero mean and unit variance. Define U=aX+bY and V=cX+dY. Show that U and V are independent if and only if (a,b) and (c,d) are orthogonal, i.e. ac+bd=0.

I'm not sure what to use as the test for independence here. I know <UV>=<U><V> is a <i>necessary</i> condition for the independence of U and V, but it is not in general sufficient. (Though I read somewhere that it is, in the case of normally distributed random variables??)

thanks,
Tobin

.



Relevant Pages

  • Re: Variance components analysis in random effects ANOVA with one factor
    ... I should somehow test that all the covariance between ... Or again I could invoke the method of the moments not to estimate Ewhich I assumed equal zero, but "to force" epsilon_i._bar to zero. ... sample correlation between tau_i_hat and e_ij does not mean anything because e_ij are a set of single realisations of differrent random variables epsilon_ij and not n realisations of a single random variable. ...
    (sci.stat.math)
  • Re: Determinism
    ... What is meant is a theory containing random variables as opposed ... outcomes happens to be zero, ... If the model contains a random element which has any effect on the ... randomness from the uncertainty in our knowledge, ...
    (sci.physics)
  • Re: propability distritribution
    ... Uwe Schmitt wrote: ... I have two random variables x and y. ... mean zero and variance one. ...
    (sci.math.num-analysis)
  • Re: Problem with random variable generation
    ... However, if you try to numerically determine the expected value of Z^2, the result is equal to j*2*E, which demonstrates that MATLAB is only capable of generating improper random variables. ... If you drew one value from a standard normal distribution, would you expect that value to be exactly zero, simply because the mean of its distribution is zero? ... But you aren't computing theoretical means, you are computing a Monte-Carlo approximation, and those MC approximations are random variables and have a mean and variance of their own. ... ans = 0.0056569>> ans = ...
    (comp.soft-sys.matlab)
  • Re: question about a random variable
    ... interval's endpoints 0 and b. ... Let the conditional distribution of u given b be uniform from zero to b. ... let gbe the density function of b for b between zero and infinity. ... In other words, the two random variables ...
    (sci.stat.math)