fengdu78 / lihang-code

《统计学习方法》的代码实现
18.66k stars 6.26k forks source link

Update 9.Expectation_Maximization.ipynb #40

Open hzy9981 opened 4 years ago

hzy9981 commented 4 years ago
        pro_A = 1 / count * sum(_pmf)

return 0 ,so change to pro_A = 1.0 / count * sum(_pmf)

hzy9981 commented 4 years ago

This branch has no conflicts with the base branch Only those with write access to this repository can merge pull requests.