Fixed broadcasting bug, rasm now appears to work

This commit is contained in:
Alan Saul 2013-04-03 10:55:58 +01:00
parent 0312f319ad
commit 2006a94caa
2 changed files with 10 additions and 7 deletions

View file

@ -47,7 +47,6 @@ class student_t(likelihood_function):
- (self.v + 1) * 0.5
* np.log(1 + ((e**2 / self.sigma**2) / self.v))
)
print (e**2).shape
return np.sum(objective)
def link_grad(self, y, f):