EP plots samples now for the phi transformation.

This commit is contained in:
Ricardo Andrade 2013-01-30 12:14:32 +00:00
parent d1a0883c12
commit 29eb61d65e
5 changed files with 23 additions and 8 deletions

View file

@ -285,7 +285,7 @@ class GP(model):
if self.EP:
pb.subplot(212)
self.likelihood.plot(Xnew,phi,self.X)
self.likelihood.plot(Xnew,m,v,phi,self.X,samples=samples)
pb.xlim(xmin,xmax)
elif self.X.shape[1]==2: