Skip to content

Commit 49ef107

Browse files
removed duplicated new term bolding
1 parent 4625cf0 commit 49ef107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inference.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ population_parameters
342342
```
343343
The price per night of all Airbnb rentals in Vancouver, BC
344344
is \$`r round(population_parameters$pop_mean,2)`, on average. This value is our
345-
**population parameter** since we are calculating it using the population data. \index{population!parameter}
345+
population parameter since we are calculating it using the population data. \index{population!parameter}
346346

347347
Now suppose we did not have access to the population data (which is usually the
348348
case!), yet we wanted to estimate the mean price per night. We could answer
@@ -375,7 +375,7 @@ estimates
375375

376376
The average value of the sample of size 40
377377
is \$`r round(estimates$sample_mean, 2)`. This
378-
number is a **point estimate** for the mean of the full population.
378+
number is a point estimate for the mean of the full population.
379379
Recall that the population mean was
380380
\$`r round(population_parameters$pop_mean,2)`. So our estimate was fairly close to
381381
the population parameter: the mean was about
@@ -389,7 +389,7 @@ took another random sample from the population, our estimate's value might
389389
change. So then, did we just get lucky with our point estimate above? How much
390390
does our estimate vary across different samples of size 40 in this example?
391391
Again, since we have access to the population, we can take many samples and
392-
plot the **sampling distribution** of \index{sampling distribution} sample means for samples of size 40 to
392+
plot the sampling distribution of \index{sampling distribution} sample means for samples of size 40 to
393393
get a sense for this variation. In this case, we'll use 20,000 samples of size
394394
40.
395395

0 commit comments

Comments
 (0)