moving mcmc

This commit is contained in:
James Hensman 2014-11-03 10:55:13 +00:00
parent 70afcd3ddd
commit d1200a1be7
8 changed files with 12 additions and 59 deletions

View file

@ -167,6 +167,7 @@ class VarDTC(LatentFunctionInference):
woodbury_vector = Cpsi1Vf # == Cpsi1V
else:
print 'foobar'
stop
psi1V = np.dot(Y.T*beta, psi1).T
tmp, _ = dtrtrs(Lm, psi1V, lower=1, trans=0)
tmp, _ = dpotrs(LB, tmp, lower=1)