HOMEWORK #2 due 10-14
In the following, _ means subscript and ^ means superscript.
NOTE: In all problem sets that use SAS, arrange your answers into three parts, in the following order:
In Part I, you can refer to plots or tables or large matrices that problems ask for by saying (for example), ``The scatterplot or matrix for Problem 3 is on page 17 of the SAS output.'' If necessary, add page numbers to the SAS output, so that (for example) you don't have several different page 1s in Part III.
1. Assume that X is vector-valued normal N(mu_X,B) for
( 5 ) ( 0 0 0 )
mu_X = ( -3 ) and B = ( 0 2 3 )
( -2 ) ( 0 3 5 )
Consider the random vector Y = A X in R^2 for
A = ( 1 2 3 )
( 0 1 2 )
Thus Y is normal N(mu_Y,C_Y) for some vector mu_Y and matrix C_Y. Find
mu_Y and C_Y.
2. Let X be an n by d matrix whose entries X_ia are independent N(0,1) for 1 le i le n and 1 le a le d.
3. Table 5.5 (page 150) in the text has four measurements on m=19
beetles from the flea beetle species Haltica oleracea and from n=20
specimens of another flea-beetle species, H. carduorum. (See also the
data file FleaBeetles.dat.)
MLizards.sas on the Math439 Web site.
Do not log-transform the data. If you use proc format to
assign descriptive tags to the Species variable (=1,2), make sure that you
use the correct species names.)
4. Consider the blood glucose data in Table 3.8 (page 80) of the
text or MPairedSamp.sas on the Math439 Web site. Let
y_1,y_2,y_3 be the fasting blood levels of each subject and x_1,x_2,x_3 the
levels after one hour, as in Table 3.8. Let z_i=x_i-y_i (i=1,2,3) be the
increases (as in MPairedSamp).