Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispiech committed Nov 18, 2023
1 parent 3f0764e commit ce932a8
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions chapters/part3/multinomial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ <h3>Examples</h3>
</div>

<p>The multinomial is especially popular because of its use as a model of language. For a full example see the <a href="{{pathToLang}}examples/federalist">Federalist Paper Authorship</a> example.</p>

<h3>Joint Probability</h3>

<p>A way to deeper understand the multinomial is to derive the joint probability function for a particular multinomial. Consider a multinomial with $n = 7$ outcomes where each outcome can be one of three values ${S,C,R}$ </p>
Binary file modified en/ProbabilityForComputerScientists.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions en/part3/multinomial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ <h3>Examples</h3>

<p>The multinomial is especially popular because of its use as a model of language. For a full example see the <a href="../../examples/federalist">Federalist Paper Authorship</a> example.</p>

<h3>Joint Probability</h3>

<p>A way to deeper understand the multinomial is to derive the joint probability function for a particular multinomial. Consider a multinomial with $n = 7$ outcomes where each outcome can be one of three values ${S,C,R}$ </p>




Expand Down
2 changes: 1 addition & 1 deletion print/hash_values.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"../en/examples/curse_of_dimensionality/index.html": "fac70cbb46786f8792da2a807697b8a8",
"../en/examples/algorithmic_art/index.html": "107ed32a10cd20d14999fbf543f94b44",
"../en/part3/joint/index.html": "dbffbdcff9636a82dd909bb1466e9b41",
"../en/part3/multinomial/index.html": "c581d6289185d73a6ff6651ffa39c8f8",
"../en/part3/multinomial/index.html": "e6d7e9b704297e30ec8b740081f9407f",
"../en/part3/continuous_joint/index.html": "8468ebeaa8c44eb7c2059cff4764cca5",
"../en/part3/inference/index.html": "8c26b53e77d8fdbff3379332ab9a4c04",
"../en/part3/bayesian_networks/index.html": "4e4c5711fbb7fa358080161e26612989",
Expand Down
Binary file modified print/pdfs/multinomial.pdf
Binary file not shown.
Binary file modified print/pdfs/separator_intro.pdf
Binary file not shown.
Binary file modified print/pdfs/separator_part1.pdf
Binary file not shown.
Binary file modified print/pdfs/separator_part2.pdf
Binary file not shown.
Binary file modified print/pdfs/separator_part3.pdf
Binary file not shown.
Binary file modified print/pdfs/separator_part4.pdf
Binary file not shown.
Binary file modified print/pdfs/separator_part5.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion searchIndex.json

Large diffs are not rendered by default.

0 comments on commit ce932a8

Please sign in to comment.