def logpdf_joint(self, x, y): return multivariate_normal.logpdf( np.array([x,y]), np.array([0,0]), np.array([[1,1-self.noise],[1-self.noise,1]]))