Added **likelihood_params to predictive_values

This commit is contained in:
Ricardo 2013-11-11 14:23:55 +00:00
parent 4be40da23a
commit 7184cee6af

View file

@ -69,7 +69,7 @@ class Gaussian(likelihood):
self.covariance_matrix = np.eye(self.N) * x
self._variance = x
def predictive_values(self, mu, var, full_cov):
def predictive_values(self, mu, var, full_cov, **likelihood_args):
"""
Un-normalize the prediction and add the likelihood variance, then return the 5%, 95% interval
"""