Modified log_like_gradients to make it _log_like_gradients and moved extract_gradient to _log_like_gradients_transformed.

This commit is contained in:
Neil Lawrence 2013-01-18 13:47:37 +00:00
parent 333d8d3e5f
commit b43db3f8da
9 changed files with 13 additions and 13 deletions

View file

@ -99,6 +99,6 @@ class probit(likelihood):
def predictive_mean(self,mu,variance):
return stats.norm.cdf(mu/np.sqrt(1+variance))
def log_likelihood_gradients():
def _log_likelihood_gradients():
raise NotImplementedError