Comparison To ML Estimation
Comparison To ML Estimation
Example 9.5
Suppose that the signal X ∼ N(0, σX2 ) is transmitted over a communication channel. Assume that the
received signal is given by
Y = X + W,
where W ∼ N(0, σW2 ) is independent of X .
1. Find the ML estimate of X , given Y = y is observed.
2. Find the MAP estimate of X , given Y = y is observed.
• Solution
◦ Here, we have
2
1 − x2
fX (x) = e 2σX .
√2π
‾ σX
‾‾
We also have, Y|X =x ∼ N(x, σW2 ), so
(y−x)2
1 − 2
fY|X (y|x) = e 2σW
.
√2π
‾ σW
‾‾
1. The ML estimate of X , given Y = y, is the value of x that maximizes
(y−x)2
1 − 2
fY|X (y|x) = e 2σW
.
√2π
‾ σW
‾‾
1 of 2 10/12/22, 3:53 pm
Comparison to ML Estimation https://www.probabilitycourse.com/chapter9/9_1_3_comparison_to_M...
{ [ 2σW2 2σX2 ]}
(y − x)2 x2
fY|X (y|x)fX (x) = c exp − + ,
(y − x)2 x2
+ .
2σW2 2σX2
By differentiation, we obtain the MAP estimate of x as
σX2
̂
xMAP = y.
σX2 + σW2
← previous
next →
2 of 2 10/12/22, 3:53 pm