@@ -116,10 +116,10 @@ to rent. They need to create a budget, so they want to know something about
116
116
studio apartment rental prices in Vancouver, BC. This student might
117
117
formulate the following question:
118
118
119
- * What is the average price- per- month of studio apartment rentals in Vancouver, Canada?*
119
+ * What is the average price per month of studio apartment rentals in Vancouver, Canada?*
120
120
121
121
In this case, the population consists of all studio apartment rentals in Vancouver, and the
122
- population parameter is the * average price- per- month* . Here we used the average
122
+ population parameter is the * average price per month* . Here we used the average
123
123
as a measure of the center to describe the "typical value" of studio apartment
124
124
rental prices. But even within this one example, we could also be interested in
125
125
many other population parameters. For instance, we know that not every studio
@@ -1215,9 +1215,9 @@ Distribution of the bootstrap sample means with percentile lower and upper bound
1215
1215
1216
1216
To finish our estimation of the population parameter, we would report the point
1217
1217
estimate and our confidence interval's lower and upper bounds. Here the sample
1218
- mean price- per- night of 40 Airbnb listings was
1218
+ mean price per night of 40 Airbnb listings was
1219
1219
\$ {glue:}` one_sample_mean ` , and we are 95\% "confident" that the true
1220
- population mean price- per- night for all Airbnb listings in Vancouver is between
1220
+ population mean price per night for all Airbnb listings in Vancouver is between
1221
1221
\$ ({glue:}` ci_lower ` , {glue:}` ci_upper ` ).
1222
1222
Notice that our interval does indeed contain the true
1223
1223
population mean value, \$ {glue:}` population_mean ` \! However, in
0 commit comments