Skip to content

Commit 4a866c7

Browse files
Merge pull request #281 from mdbecker/master
Chapter1: Fix one more missing space in headers
2 parents 4af4312 + dd77529 commit 4a866c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chapter1_Introduction/Chapter1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"source": [
381381
"_______\n",
382382
"\n",
383-
"##Probability Distributions\n",
383+
"## Probability Distributions\n",
384384
"\n",
385385
"\n",
386386
"**Let's quickly recall what a probability distribution is:** Let $Z$ be some random variable. Then associated with $Z$ is a *probability distribution function* that assigns probabilities to the different outcomes $Z$ can take. Graphically, a probability distribution is a curve where the probability of an outcome is proportional to the height of the curve. You can see examples in the first figure of this chapter. \n",

Chapter2_MorePyMC/Chapter2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
"cell_type": "markdown",
656656
"metadata": {},
657657
"source": [
658-
"#####Example: Bayesian A/B testing\n",
658+
"##### Example: Bayesian A/B testing\n",
659659
"\n",
660660
"A/B testing is a statistical design pattern for determining the difference of effectiveness between two different treatments. For example, a pharmaceutical company is interested in the effectiveness of drug A vs drug B. The company will test drug A on some fraction of their trials, and drug B on the other fraction (this fraction is often 1/2, but we will relax this assumption). After performing enough trials, the in-house statisticians sift through the data to determine which drug yielded better results. \n",
661661
"\n",

0 commit comments

Comments
 (0)