Skip to content

Commit

Permalink
Merge pull request AllenDowney#42 from gomezgoiri/patch-1
Browse files Browse the repository at this point in the history
Fixing headings
  • Loading branch information
AllenDowney committed May 6, 2016
2 parents b865a59 + b910147 commit c8c0265
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/chap05ex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##Exercise 5.1\n",
"## Exercise 5.1\n",
"\n",
"In the BRFSS (see Section 5.4), the distribution of heights is roughly normal with parameters \u00b5 = 178 cm and \u03c3 = 7.7 cm for men, and \u00b5 = 163 cm and \u03c3 = 7.3 cm for women.\n",
"\n",
Expand Down Expand Up @@ -165,7 +165,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##Exercise 5.2\n",
"## Exercise 5.2\n",
"\n",
"To get a feel for the Pareto distribution, let\u2019s see how different the world would be if the distribution of human height were Pareto. With the parameters $x_m = 1$ m and $\u03b1 = 1.7$, we get a distribution with a reasonable minimum, 1 m, and median, 1.5 m.\n",
"\n",
Expand Down Expand Up @@ -287,7 +287,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##Exercise 5.3\n",
"## Exercise 5.3\n",
"\n",
"The Weibull distribution is a generalization of the exponential distribution that comes up in failure analysis (see http://wikipedia.org/wiki/Weibull_distribution). Its CDF is\n",
"\n",
Expand All @@ -310,7 +310,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##Exercise 5.4\n",
"## Exercise 5.4\n",
"\n",
"For small values of n, we don\u2019t expect an empirical distribution to fit an analytic distribution exactly. One way to evaluate the quality of fit is to generate a sample from an analytic distribution and see how well it matches the data.\n",
"\n",
Expand Down Expand Up @@ -365,4 +365,4 @@
"metadata": {}
}
]
}
}

0 comments on commit c8c0265

Please sign in to comment.