Fixed laplace approximation and made more numerically stable with cholesky decompositions, and commented

This commit is contained in:
Alan Saul 2013-04-08 19:58:54 +01:00
parent 431f93ef23
commit e0c1e4a4df
2 changed files with 65 additions and 78 deletions

View file

@ -140,7 +140,6 @@ def student_t_approx():
m.plot()
plt.plot(X_full, Y_full)
plt.ylim(-2.5, 2.5)
import ipdb; ipdb.set_trace() ### XXX BREAKPOINT
print "Clean student t, ncg"
t_distribution = student_t(deg_free, sigma=edited_real_sd)