EM algorithm

This commit is contained in:
Ricardo Andrade 2013-01-28 18:01:55 +00:00
parent 29ec128c9d
commit 7737cecf6d
2 changed files with 28 additions and 0 deletions

View file

@ -35,5 +35,6 @@ print m.checkgrad()
m.optimize()
#m.em(plot_all=False) # EM algorithm
m.plot(samples=3)
m.EM()
print(m)