Pi-Bond
- 300
- 0
Homework Statement
I am trying to find the resultant Gaussian distribution when two multivariate Gaussians are multiplied together - i.e. find the resultant Fisher matrix and mean.
Homework Equations
Let the two distributions be
P_1(x) = \frac{|A|^{0.5}}{(2\pi)^\frac{n}{2}} exp (-0.5 (x-a)^T A (x-a))
P_2(x) = \frac{|B|^{0.5}}{(2\pi)^\frac{n}{2}} exp (-0.5 (x-b)^T B (x-b))
where A,B are the n-by-n Fisher matrices and a,b are n dimensional mean vectors of the distributions.
The Attempt at a Solution
So I want to find a distribution
P(x) = P_1(x)P_2(x) = P_{0} exp (-0.5 (x-c)^T C (x-c))
where C and c are expressed in terms of A,B,a and b. I've been trying to manipulate the exponents for some time now, but I can't make any progress. Any help would be appreciated.
Thanks.