- #1
Pi-Bond
- 302
- 0
Homework Statement
See image, p(y|θ) is the Likelihood function which has to be rearranged in the form of equation (3). θ is a vector variable.
Homework Equations
None?
The Attempt at a Solution
I first expanded the exponent in the original function, equation (2).
[tex](b-A\theta)^T(b-A\theta)=b^Tb - b^TA\theta - \theta^T A^T b + \theta^T A^T A \theta[/tex]
Now suppose I can write the function equivalently as
[tex]C \exp\left( -\frac{1}{2} (\theta - \theta_0)^T L (\theta - \theta_0) \right)[/tex]
where C represents the same constant multiplying with exp in equation (2). In this case, the exponential parts must be the same. So:
[tex]b^Tb - b^TA\theta - \theta^T A^T b + \theta^T A^T A \theta = \theta^TL\theta - \theta^TL\theta_0 - \theta_0^TL\theta + \theta_0^TL\theta_0 [/tex]
If this this expression is true for all θ, then all coefficients of (...)θ , θT(...) , θT(...)θ and the constants must match.
So L = ATA and θ0=L-1ATb.
Now I don't know how to get L0. (equation (5) ). I only have this condition left from my assumption about the constants above:
bTb=θT0Lθ0
There just don't seem to be enough terms in either exponent to allow the exponential part of L0. I don't think I can add and subtract anything either...
Any ideas?
Last edited: