mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
moving mcmc
This commit is contained in:
parent
70afcd3ddd
commit
d1200a1be7
8 changed files with 12 additions and 59 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue