Solution
Back-up Theory
If X ~ N(0, 1), then Y = X2 ~ χ21 i.e., Chi-square distribution with 1 degree of freedom ............ (1)
If X ~ χ2ν i.e., Chi-square distribution with ν degrees of freedom, its pdf is:
f(x: ν) = {x(ν/2) – 1.e-(x/2)}/{2ν/2.ℾ(ν/2)}, x > 0, where ℾ is the gamma function, ℾn = (n - 1)!...... (2)
In particular, if X ~ χ21, the pdf is: f(x: 1) = {x(1/2) – 1.e-(x/2)}/{21/2.√π}, x > 0 ........................... (2a)
(1) and (2a) => pdf of Y is: f(y: 1) = {y(1/2) – 1.e-(y/2)}/{21/2.√π}, x > 0 ..................................... (3)
Now to work out the solution,
Given X ~ N(0, 1) and Z = 3X2 + 1, Z = 3Y + 1, where Y = X2 ………………………………… (4)
Now, Z = z => 3Y + 1 = z or Y = (z – 1)/3. Hence,
fZ(z) = fY[(2/3)z]
= [{(z – 1)/3 }(1/2) – 1.e-(z – 1)/6)/{21/2.√π}] Answer [Vide (1) and (2a)]
DONE
Let X~N(0,1). What is the pdf of Y -1 + 2X?
Please explain
Let Z N(0,1), and let X = max(Z, 0) 1. Find Fx in terms of Φ(t). Ís X a continuous random variable ? 2. Compute p(X0) 3. Compute E(X) . Find the PDF fxa(u) 5. Compute V(X) (Hint: use fxa found above
Let Z N(0,1), and let X = max(Z, 0) 1. Find Fx in terms of Φ(t). Ís X a continuous random variable ? 2. Compute p(X0) 3. Compute E(X) . Find the PDF fxa(u) 5. Compute...
Let X and Y be iid uniform random variables on [0,1]. Find the pdf of Z=X+Y
Suppose the random variable X has PDF fX(x) = 3x2 when 0 < x < 1 and zero otherwise. What is the PDF of Y = 2X+3? a.Use the general method: Find the CDF of X and use it to get the PDF of Y b.Use a short-cut.
Problem 3 Let X be Uniform(0,1) and Y be Exponential (1). Assume that X and Y are independent. i. Find the PDF of Z- X +Y using convolution. ii. Find the moment generating function, øz(s), of Z. Assume that s< 0. iii. Check that the moment generating function of Z is the product of the moment gen erating functions of X and Y
Problem 3 Let X be Uniform(0,1) and Y be Exponential (1). Assume that X and Y are...
(a) Let X be a continuous random variable with the cdf F(x) and pdf f(.1). Find the cdf and pdf of |X|. (b) Let Z ~ N(0,1), find the cdf and pdf of |Z| (express the cdf using ” (-), the cdf of Z; give the explicit formula for the pdf).
a) Let X-Unif(0,1). Derive the pdf of Y =-ln(1-X) Remember to provide its support. Let X-N(1,02). Derive the pdf of Y-ex and remember to provide its support. b) Hint for both parts: First work out the cdf of Y, and then use it to find the density of Y.
4. For the random variable X with the pdf f(x) = 1 defined on [0,1]: a. Obtain the pdf and cdf for the transformation Y=-2lnX b. P(Y > e) =?
R code please
Problem 3 Use a simulation to verify that when X~N(0,1), Z N(0,1)Y X3+ 10X +Z, we have Var(X+Y) Var(X)+Var(Y)+2Cov(X, Y) and Var(X-Y Var(X)Var(Y)-2Cov(X, Y). (Generate at least 50000 samples.)
1. Consider two probability density functions on [0,1]: f0(x) = 3x2 and f1(x) = 4x3. a.) Construct the most powerful test for H0 : X ~ f0 against HA : X ~ f1 with the significance level alpha = 0.1 b.) Find its power.