Next: Assignment 2
Up: ASSIGNMENTS
Previous: Assignments
  Contents
[This assignment covers the work in Distribution Theory
Chapters 1 and 2.]
Do matrix calculations in R using the functions solve() for the inverse and eigen() for the eigen values. The determinant of A is calculated by the product of eigen values - prod(eigen(A)$values).
Use the help files for the details.
- If
are identically and independently distributed (iid)
random variables with probability density function (pdf)
,
, and cumulative distribution function (cdf)
, find
- Assuming that the conditional pdf of
given X=x is
and the pdf of
is
find
- the joint pdf of
and
;
- the marginal pdf of
;
.
- Random variables
and
have joint pdf
Show that
and
are uncorrelated but not
independent.
- Given random variables
and
where the pdf of
is given by
and
is discrete. The conditional distribution of
given X=x is
given by
Show that the marginal distribution of
is given by
- Use the mgf of the multinomial distribution to show that
;
- Var
;
- cov
.
- Express the following quadratic forms as
- (i)
-
,
- (ii)
-
.
- Write the following quadratic form as
and show that
it is positive definite:
- If matrix A is idempotent and
, show
that B is idempotent and
.
- Given the matrix A below, find the eigenvalues and eigenvectors.
Hence find the matrix P such that P
AP is diagonal
and has as its diagonal elements, the eigenvalues of A.
Next: Assignment 2
Up: ASSIGNMENTS
Previous: Assignments
  Contents
Bob Murison
2000-10-31