Skip to content

Commit d8c11e4

Browse files
deleting g that I thought was deleted
1 parent 7d9c52f commit d8c11e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
"\n",
7575
"- A medical patient is exhibiting symptoms $x$, $y$ and $z$. There are a number of diseases that could be causing all of them, but only a single disease is present. A doctor has beliefs about which disease.\n",
7676
"\n",
77-
"- You believe that the beautiful girl in your English class doesn't have a crush you. You assign a low probability that she does. She, on the other hand, knows for certain that she *does indeed* like you. She (implicitly) assigns a probability 1. \n",
7877
"\n",
7978
"This philosophy of treating beliefs as probability is natural to humans. We employ it constantly as we interact with the world and only see partial evidence. Alternatively, you have to be *trained* to think like a frequentist. \n",
8079
"\n",
@@ -88,7 +87,6 @@
8887
"\n",
8988
"3\\. $P(A):\\;\\;$ The patient could have any number of diseases. $P(A | X):\\;\\;$ Performing a blood test generated evidence $X$, ruling out some of the possible diseases from consideration.\n",
9089
"\n",
91-
"4\\. $P(A):\\;\\;$ You believe that the probability that the lovely girl in your class likes you is low. $P(A | X): \\;\\;$ She sent you an SMS message about this Friday night. Interesting... \n",
9290
"\n",
9391
"It's clear that in each example we did not completely discard the prior belief after seeing new evidence $X$, but we *re-weighted the prior* to incorporate the new evidence (i.e. we put more weight, or confidence, on some beliefs versus others). \n",
9492
"\n",
@@ -917,6 +915,9 @@
917915
" .warning{\n",
918916
" color: rgb( 240, 20, 20 )\n",
919917
" }\n",
918+
" \n",
919+
" ul li { margin:0 10 10 0;}\n",
920+
" ol li { margin:0 10 10 0;}\n",
920921
"</style>\n",
921922
"<script>\n",
922923
" MathJax.Hub.Config({\n",
@@ -937,7 +938,7 @@
937938
"output_type": "pyout",
938939
"prompt_number": 1,
939940
"text": [
940-
"<IPython.core.display.HTML at 0x3567450>"
941+
"<IPython.core.display.HTML at 0x82bea20>"
941942
]
942943
}
943944
],

styles/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
.warning{
4343
color: rgb( 240, 20, 20 )
4444
}
45+
4546
</style>
4647
<script>
4748
MathJax.Hub.Config({

0 commit comments

Comments
 (0)