
с раиси от к. Show that the function that takes ((X1, X2, X3), (y1, y2, y3))...
3) Let (x, y), (X2, y2), and (X3. Y3) be three points in R2 with X1 < x2 < X3. Suppose that y = ax + by + c is a parabola passing through the three points (x1, yı), (x2, y), and (x3, Y3). We have that a, b, and c must satisfy i = ax + bx + C V2 = ax + bx2 + c y3 = ax} + bx3 + c Let D = x X2 1....
x1 = 1, y1 = 2 x2 = 2, y2 = 3 x3 = 3, y3 = 0 x4 = 4, y4 = 4 x5 = 5, y5 = 7 Conduct a hypothesis test of whether there is a linear relationship between variable X and Y. Calculate the p-value of your test of significance.
Let Y1, Y2, and Y3 be independent, N(0, 1)-distributed random variables, and set X1 = Y1 − Y3, X2 = 2Y1 + Y2 − 2Y3, X3 = −2Y1 + 3Y3.Determine the conditional distribution of X2 given that X1 + X3 = x.
Write a program that accepts (x1, y1) and (x2, y2) to specify line 1, (x3, y3) and (x4, y4) to specify line 2, computes and output the intersection of the two lines and the angle between them.
= = 3, Cov(X1, X2) = 2, Cov(X2, X3) = -2, Let Var(X1) = Var(X3) = 2, Var(X2) Cov(X1, X3) = -1. i) Suppose Y1 = X1 - X2. Find Var(Y1). ii) Suppose Y2 = X1 – 2X2 – X3. Find Var(Y2) and Cov(Yı, Y2). Assuming that (X1, X2, X3) are multivariate normal, with mean 0 and covariances as specified above, find the joint density function fxı,Y,(y1, y2). iii) Suppose Y3 = X1 + X2 + X3. Compute the covariance...
Write a program that prompts the user to enter three points (x1, y1), (x2, y2), (x3, y3) of a triangle and displays its area. The formula for computing the distance of two points (x1, y1) and (x2, y2) is d = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)); or d = Math.pow((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1), 0.5); The formula for computing the...
I need the solution of this question asap
3, Cov(X1, X2) = 2, Cov(X2, X3) = -2, 5. Let Var(x1) = Var(X3) = 2, Var(X2) Cov(X1, X3) = -1. i) Suppose Y1 = X1 - X2. Find Var(Y1). ii) Suppose Y2 = X1 – 2X2 – X3. Find Var(Y2) and Cov(Y1, Y2). Assuming that (X1, X2, X3) are multivariate normal, with mean 0 and covariances as specified above, find the joint density function fyy, y,(91, y2). iii) Suppose Y3 =...
Q2 Suppose X1, X2, X3 are independent Bernoulli random variables with p = 0.5. Let Y; be the partial sums, i.e., Y1 = X1, Y2 = X1 + X2, Y3 = X1 + X2 + X3. 1. What is the distubution for each Yį, i = 1, 2, 3? 2. What is the expected value for Y1 + Y2 +Yz? 3. Are Yį and Y2 independent? Explain it by computing their joint P.M.F. 4. What is the variance of Y1...
Consider the following equations: y1 = a1y2 +a2y3 +x1 +x2 +e1 (1) y2 = by1+2x3+x1+e2 (2) y3 =cy1+e3 (3) Here a1, a2, b, c are unknown parameters of interest, which are all posi- tive. x1, x2, x3 are exogenous variables (uncorrelated with y1, y2 or y3). e1, e2, e3 are error terms. (a) In equation (1), why y2,y3 are endogenous? (b) what is (are) the instrumental variable(s) for y2, y3 in equation (1)? (no need to explain why) (c) In...
5. Suppose that (x1, X2, X3) is a feasible solution to the linear programming problem 4r, +2x2 + x3 minimize X12 3, 2a 23 2 4, subject to Let y and ybe non-negative numbers (a) Show that x1(y2y2)2(-y12) + x3y2 2 3y14y2 1 (b) Find constraints on yi and y2 so that 4x12 2 x1(y1 + 2¥2) + x2(-y1 + Y2) + x3Y2 1 at every feasible solution (xi, x2, X3) (c) Use parts (a) and (b) to find a...