b:head_first_statistics:constructing_confidence_intervals
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| b:head_first_statistics:constructing_confidence_intervals [2023/11/14 23:24] – [Four steps for finding confidence intervals] hkimscil | b:head_first_statistics:constructing_confidence_intervals [2025/10/29 04:03] (current) – [Four steps for finding confidence intervals] hkimscil | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| <fs large> | <fs large> | ||
| If we go back to the work we did in the last chapter, then the sampling distribution of means has the following expectation and variance: | If we go back to the work we did in the last chapter, then the sampling distribution of means has the following expectation and variance: | ||
| - | {{: | + | |
| + | \begin{eqnarray*} | ||
| + | E(\overline{X}) & = & \mu \\ | ||
| + | V(\overline{X}) & = & \dfrac{\sigma^{2}} {n} \\ | ||
| + | \end{eqnarray*} | ||
| <fs large> | <fs large> | ||
| 샘플평균들의 분산은 ($Var(\overline{X})$) 모집단의 특성인데 (parameter), | 샘플평균들의 분산은 ($Var(\overline{X})$) 모집단의 특성인데 (parameter), | ||
| - | {{: | + | \begin{eqnarray*} |
| + | E(\overline{X}) & = & \mu \\ | ||
| + | V(\overline{X}) & = & \dfrac{s^{2}} {n} \\ | ||
| + | \end{eqnarray*} | ||
| 위대한 풍선껌은 (Mighty Gumball) 100개의 풍선검을 샘플로 이용하여 단맛의 지속시간을 측정하고, | 위대한 풍선껌은 (Mighty Gumball) 100개의 풍선검을 샘플로 이용하여 단맛의 지속시간을 측정하고, | ||
| Line 40: | Line 47: | ||
| 이를 이용하여 샘플평균들의 (n=100일 때) 분포의 (distribution) 분산값을 예측해보면 0.25를 얻는다. | 이를 이용하여 샘플평균들의 (n=100일 때) 분포의 (distribution) 분산값을 예측해보면 0.25를 얻는다. | ||
| - | {{: | + | |
| + | \begin{eqnarray*} | ||
| + | V(\overline{X}) & = & \dfrac{s^{2}} {n} \\ | ||
| + | & = & \dfrac{25}{100} \\ | ||
| + | & = & 1/4 \;\;\; (0.25) \\ | ||
| + | |||
| + | \end{eqnarray*} | ||
| 위를 일반화해서 생각해보면 $X \sim N(\mu, \sigma^{2})$이라고 할 때, 샘플의 숫자가 충분히 크다고 할 때 (n=100과 같이), $E(\overline{X})$ 값과 $Var(\overline{X})$ 값은 아래와 같다. | 위를 일반화해서 생각해보면 $X \sim N(\mu, \sigma^{2})$이라고 할 때, 샘플의 숫자가 충분히 크다고 할 때 (n=100과 같이), $E(\overline{X})$ 값과 $Var(\overline{X})$ 값은 아래와 같다. | ||
| - | {{: | + | |
| + | \begin{eqnarray*} | ||
| + | \overline{X} & \sim & N \left( \mu, \dfrac{s^{2}}{n} \right) \\ | ||
| + | & & \text{for the above case } \\ | ||
| + | \overline{X} & \sim & N \left( \mu, 0.25 \right) \\ | ||
| + | \end{eqnarray*} | ||
| <fs large> | <fs large> | ||
| Line 56: | Line 75: | ||
| {{: | {{: | ||
| - | $$P(z_{a} < Z < z_{b}) = 0.95$$ | + | \begin{eqnarray*} |
| - | $$P(Z < z_{a}) = 0.025$$ | + | P(z_{a} < Z < z_{b}) |
| - | $$z_{a} = -1.96$$ | + | P(Z < z_{a}) |
| - | $$P(Z > z_{b}) = 0.025$$ | + | z_{a} & = & -1.96 \\ |
| - | $$z_{b} = +1.96$$ | + | P(Z > z_{b}) |
| + | z_{b} & = & +1.96 \\ | ||
| + | |||
| + | \end{eqnarray*} | ||
| \begin{eqnarray*} | \begin{eqnarray*} | ||
b/head_first_statistics/constructing_confidence_intervals.1700004241.txt.gz · Last modified: by hkimscil
