Added text in book about multivariate Gaussian. Wrote tests to confirm that my multivariate function yields the same results as numpy's version, and made everything compliant with py.test.
I was erroneously using a scalar for Q. I made it into a matrix. However, I am pretty sure it is still wrong. Q shouldn't be symmetric.