Q5. Consider a weighted least square problem for the linear equation Y AX. Please answer the...
Suppose 2 out of 20 data points in a weighted least-squares problem have a y-measurement that is less reliable than the others, and they are to be weighted one third as much as the other 18 points. One method is to weight the 18 paints by a factor of 1 and the other 2 by a factor of Asecond method is to weight the 18ports by a factor of 3 and the other 2 by a factor of 1. Do...
2. Consider the linear equation Ax = b, AERmxn, beR. When m > n it is often the case that this equation is over-determined and no solution x exists. In this case we seek a “best” solution in the least squares sense. That is we solve minimize 3 || Ax – 6|| BERN Define f: RM → R by f(x) := 3 || Ax – b||2. (a) Show that f can be written as a quadratic function, that is, a...
Problem 3 Consider the non-constant variance linear model Y, =Be + B111,1 + B,1,2 + ... + Bp-111.-1+€, (1) with G N(0,0?), i=1,..., 7. Define the reciprocal of the variance of as the weight w, and let w 0 0 W OW... 0... 02. We can estimate the non-constant variance model by minimizing the objective function w (9-Bo-Buca -.- Bp-111p-1) Task: Derive the weighted least squares equation (3) Bu = (XWX)-{XWY
Problem 5. A subset A C R', is an afǐпє subspace of Rn if there exists a vector b underlying vector subspace W of R" such that Rn and an (a) Describe all the affine subspaces of IR2 which are not vector subspaces of R2 (b) Consider A e R"Xn, beR" and the system of linear equations Ar- b. Prove that: (i) if A-b is consistent, then its solution set is an affine subspace of R" with underlying (ii) if...
Problem 5. A subset A c Rn is an affine subspace of Rn if there exists a vector b є R', and a underlying vector subspace W of Rn such that (a) Describe all the affine subspaces of R2 which are not vector subspaces of R2. (b) Consider A є Rnxn, b є Rn and the system of linear equations Ax-b Prove that (i) if Ar= b is consistent, then its solution set is an affine subspace of Rn with...
Q. 1 Consider the multiple linear regression model Y = x3 + €, where e indep MV N(0,0²V) and V +In is a diagonal matrix. a) Derive the weighted least squares estimator for B, i.e., Owls. b) Show Bwis is an unbiased estimator for B. c) Derive the variances of w ls and the OLS estimator of 8. Is the OLS estimator of still the BLUE? In one sentence, explain why or why not.
Consider the system of two coupled differential equations: y-cx + dy, x-ax + by, with the equilibrium solution (xe,ye) = (0,0) (a) Rewrite the coupled system as a matrix differential equation and identify the matrix A. Obtain a general solution to the matrix differential equation in terms of eigenvectors and eigenvalues of A. Justify your answer (b) Classify possible types and stability of the equilibrium with dependence on the eigenvalues of A. (Note: You are not asked to compute the...
please answer all parts
Please answer all parts, thank you Problem 3: Linear system for linear BVPs& Consider the linear BVP y(0) = -1 y(1)1 You will define a set of linear equations for yi, i-o, (y.* y(m), i = 0, ,n) and the Net of n(xk, is , n, where yi İs the approximate solution on node i with x-ih,i-0,n and h n is a fixed positive integer. (a) Write the forward difference approximation for y' on the nodes....
Please help with these linear algebra study guide so I can have
correct answers to study with
5. Suppose that B = P-1AP. (a) Prove that A and B have the same eigenvalues. (b) Prove that if x is an eigenvector of A, then P-1x is an edigenvector of B. 6. Let A= 0.7 0.1 0.3 0.9 Find P and D such that A = PDP-1, where D is a diagonal matrix. 7. This is a continuation of the previous...
please answer it in a java console application form (java
GUI).
Least Square Lines Equation- Text File /O Suppose we have a text file (which I supplied named data.txt) that has the following table: Temperature (celsius) Resistance (ohms) 20.0 761 31.5 817 50.0 874 71.8 917 91.3 1018 Write a Java console applicatlon, that does the following: 1. Prompt the user for the name of the text file 2. Opens the text file and reads in the ordered pair data...