Skip to content

Update 9.Expectation_Maximization.ipynb#40

Open
hzy9981 wants to merge 1 commit into
fengdu78:masterfrom
hzy9981:patch-1
Open

Update 9.Expectation_Maximization.ipynb#40
hzy9981 wants to merge 1 commit into
fengdu78:masterfrom
hzy9981:patch-1

Conversation

@hzy9981
Copy link
Copy Markdown

@hzy9981 hzy9981 commented Jun 3, 2020

        pro_A = 1 / count * sum(_pmf)

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

@hzy9981
Copy link
Copy Markdown
Author

hzy9981 commented Jun 3, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant