[parameterized] merge in jacobian for priors?

This commit is contained in:
mzwiessele 2015-06-29 10:18:07 +02:00
parent ff558ff57c
commit 208a025751
2 changed files with 10 additions and 11 deletions

View file

@ -446,7 +446,6 @@ class Indexable(Nameable, Updateable):
log_j += c.log_jacobian(x[jj]) log_j += c.log_jacobian(x[jj])
return log_p + log_j return log_p + log_j
def _log_prior_gradients(self): def _log_prior_gradients(self):
"""evaluate the gradients of the priors""" """evaluate the gradients of the priors"""
if self.priors.size == 0: if self.priors.size == 0: