Nparam changes to num_params

This commit is contained in:
James Hensman 2013-10-08 14:49:18 +01:00
parent 39eb0368d8
commit a59d980327
10 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@ class Gaussian(likelihood):
"""
def __init__(self, data, variance=1., normalize=False):
self.is_heteroscedastic = False
self.Nparams = 1
self.num_params = 1
self.Z = 0. # a correction factor which accounts for the approximation made
N, self.output_dim = data.shape