


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to problem 1, 2, 3, 4, and 5 of the homework 4 (hw4) in the course ece561: detection and estimation theory, taught by professor olgica milenkovic during the spring 2009 semester. Topics such as mean square error (mse), median absolute error (mae), maximum a posteriori (map) estimators, cholesky decomposition, triangular matrices, and schur complement.
Typology: Assignments
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Professor Olgica Milenkovic Spring 2009
Problem 1 (20 points)
Refer to Levy, p250-
Problem 2 (20 points)
The MMSE, MAE, MAP estimators are associated with the mean, median, and mode re-
spectively. It was shown in class that if the conditional density is symmetric around the
mode, the loss function is even and convex, then the three estimators are equal. However,
if the distribution is skewed, then the estimators will not be equal. If the distribution is
right-skewed, then
If the distribution is left-skewed, then the reverse is true, i.e., MAP>MAE>MMSE.
Problem 3 (20 points)
Consider the estimator for the general case
b
where
A is a m × n matrix with full rank.
Let
A. Then,
K is a symmetric positive-definite matrix. Using Cholesky decom-
position,
K could be decomposed into a product of a lower and upper triangular matrices,
.i.e.,
T
where L is a n × n lower triangular matrix. Note that since
K is symmetric,
T and so
K could also be expressed as
T where U = L
T is an upper triangular
matrix.
b
T ˜ Y +
b
Let,
T ˜ X, Y = L
T ˜ Y , b =
T ˜ b, A = L. Then,
X = AY + b, where A is a triangular matrix. So,
X is the desired estimator with A
restricted to a triangular matrix.
When does the LLS estimator allow for A to be triangular?
XY
− 1
Y
is triangular if K XY
and K
− 1
Y
are triangular. If the observations are Y are
uncorrelated, then K Y
is a diagonal matrix which is also triangular. K XY
will also be trian-
gular of X and Y are uncorrelated.
Problem 4 (20 points)
a) M =
Let G =
− 1
I
Then, M G =
− 1 C B
Since det(G) = 1, we have det(M G) = det(M ).
det(M G) = det([A − BD
− 1 C]D)
= det(A − BD
− 1
C) × det(D)
= det(D/M ) × det(D)
So, det(M ) = det(D) × det(D/M )
b) Let G =
− 1
Then,
h = number of heads appearing in n flips of a coin,
t = number of tails appearing in n flips of a coin,
p: probability that a head appears.
Since h is a sufficient statistic, the Fisher information is:
J(h) = −E
[
2
∂h
2
log p(h|p)
]
[
2
∂h
2
log
(
p
h
(1 − p)
t
n!
h!t!
)]
[
2
∂h
2
(h log(p) + t log(1 − p))
]
[
h
p
2
t
(1 − p)
2
]
n
p
n
1 − p
n
p(1 − p)