User Tools

Site Tools


b:head_first_statistics:estimating_populations_and_samples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
b:head_first_statistics:estimating_populations_and_samples [2024/11/11 08:11] – [Recap] hkimscilb:head_first_statistics:estimating_populations_and_samples [2025/10/08 12:20] (current) – [Sampling distribution of sample mean] hkimscil
Line 11: Line 11:
  
  
-<WRAP info 70%>+<WRAP box>
 $\hat\mu$ : See this hat I’m wearing? It means I’m a point estimator. If you don’t have the exact value of the mean, then I'm the next best thing. $\hat\mu$ : See this hat I’m wearing? It means I’m a point estimator. If you don’t have the exact value of the mean, then I'm the next best thing.
  
Line 88: Line 88:
 p = 32/40 = 0.8 p = 32/40 = 0.8
  
-<WRAP info 60%>+<WRAP box>
 Mighty Gumball takes another sample of their super-long-lasting gumballs, and finds that in the sample, 10 out of 40 people prefer the pink gumballs to all other colors. What proportion of people prefer pink gumballs in the population? What’s the probability of choosing someone from the population who doesn’t prefer pink gumballs? Mighty Gumball takes another sample of their super-long-lasting gumballs, and finds that in the sample, 10 out of 40 people prefer the pink gumballs to all other colors. What proportion of people prefer pink gumballs in the population? What’s the probability of choosing someone from the population who doesn’t prefer pink gumballs?
 </WRAP> </WRAP>
Line 423: Line 423:
  
 ===== Exercise ===== ===== Exercise =====
-<WRAP info 60%>+<WRAP box>
 25% of the gumball population are red. What’s the probability that in a box of 100 gumballs, at least 40% will be red? We’ll guide you through the steps. 25% of the gumball population are red. What’s the probability that in a box of 100 gumballs, at least 40% will be red? We’ll guide you through the steps.
  
Line 489: Line 489:
 ====== Sampling distribution of sample mean ====== ====== Sampling distribution of sample mean ======
  
-<WRAP info 60%>+<WRAP box>
 According to Mighty Gumball’s statistics for the population, the mean number of gumballs in each packet is 10, and the variance is 1. The trouble is they’ve had a complaint. One of their most faithful customers bought 30 packets of gumballs, and he found that the average number of gumballs per packet in his sample is only 8.5. According to Mighty Gumball’s statistics for the population, the mean number of gumballs in each packet is 10, and the variance is 1. The trouble is they’ve had a complaint. One of their most faithful customers bought 30 packets of gumballs, and he found that the average number of gumballs per packet in his sample is only 8.5.
 </WRAP> </WRAP>
Line 585: Line 585:
  
 ===== Exercise ===== ===== Exercise =====
-<WRAP info 60%>+<WRAP box>
 Let’s apply this to Mighty Gumball’s problem.  Let’s apply this to Mighty Gumball’s problem. 
  
Line 623: Line 623:
 </code> </code>
 ====== Recap ====== ====== Recap ======
-Distribution of **Sample** <fc #ff0000>**P**</fc>roportion<fc #ff0000>**s**</fc>, <fc #ff0000>$Ps$</fc>  +Distribution of **Sample** <fc #ff0000>**P**</fc>roportion<fc #ff0000>**s**</fc>, <fc #ff0000>$Ps$</fc>, 
-Hence+when sampling n entities (repeatedly) from a population whose proportion is p.
 \begin{eqnarray*} \begin{eqnarray*}
-Ps & \sim & N(np, pq) \\+Ps & \sim & N(p \frac{pq}{n}) \\ 
 +\text{hence, } \\ 
 +\text{standard deviation of} \\  
 +\text{sample proportions} & = & \sqrt{\frac{pq}{n}}
 \end{eqnarray*} \end{eqnarray*}
 Distribution of **Sample** <fc #ff0000>Means, $\overline{X}$</fc>  Distribution of **Sample** <fc #ff0000>Means, $\overline{X}$</fc> 
 +when sampling a sample whose size is n from a population whose mean is $\mu$ and variance is $\sigma^2$. 
 +\begin{eqnarray*} 
 +\overline{X} & \sim & N(\mu,  \frac{\sigma^2}{n}) \\ 
 +\text{hence, } \\ 
 +\text{standard deviation of} \\  
 +\text{sample means} & = &  \sqrt{\frac{\sigma^2}{n}} \\ 
 +& = &  \frac{\sigma}{\sqrt{n}} 
 +\end{eqnarray*}
b/head_first_statistics/estimating_populations_and_samples.1731280281.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki