| First roll |
Second roll
|
|||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| 1 | 1.0 | 1.5 | 2.0 | 2.5 |
| 2 | 1.5 | 2.0 | 2.5 | 3.0 |
| 3 | 2.0 | 2.5 | 3.0 | 3.5 |
| 4 | 2.5 | 3.0 | 3.5 | 4.0 |
STAT1003 – Statistical Techniques
Dr. Emi Tanaka
Australian National University
These slides are best viewed on a modern browser like Google Chrome on a desktop or laptop. Some interactive components may require some time to fully load.
Statistical inference: Infer parameters of a population from a sample from that population.
Sampling distribution refers to the distribution of a statistic that would arise if we repeatedly took random samples from a population.
\[ \bar{X} = \frac{1}{n}(X_1 + X_2 + \ldots + X_n) \]
\[ \begin{align*} \text{E}(\bar{X}) &= \text{E}\left(\frac{1}{n}(X_1 + X_2 + \ldots + X_n)\right) \\ &= \frac{1}{n}(\text{E}(X_1) + \text{E}(X_2) + \ldots + \text{E}(X_n)) \\ &= \frac{1}{n}(n\mu) = \mu \end{align*} \]
The standard error (SE) of a statistic is the standard deviation of its sampling distribution.
For the sample mean \(\bar{X}\):
\[ \begin{align*} \left[\text{SE}(\bar{X})\right]^2 &= \text{Var}\left(\frac{1}{n}(X_1 + X_2 + \ldots + X_n)\right) \\ &= \frac{1}{n^2}\text{Var}(X_1 + X_2 + \ldots + X_n) \\ &= \frac{\sigma^2}{n} \end{align*} \]
But since \(\sigma\) is usually unknown, we use the sample standard deviation \(s\) to estimate it. Thus, we have \(\widehat{\text{SE}}(\bar{X}) = \dfrac{s}{\sqrt{n}}\).
| \(x\) | \(1\) | \(2\) | \(3\) | \(4\) |
|---|---|---|---|---|
| \(P(X = x)\) | \(\frac{1}{4}\) | \(\frac{1}{4}\) | \(\frac{1}{4}\) | \(\frac{1}{4}\) |
| First roll |
Second roll
|
|||
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |
| 1 | 1.0 | 1.5 | 2.0 | 2.5 |
| 2 | 1.5 | 2.0 | 2.5 | 3.0 |
| 3 | 2.0 | 2.5 | 3.0 | 3.5 |
| 4 | 2.5 | 3.0 | 3.5 | 4.0 |
| \(\bar{x}\) | \(1\) | \(1.5\) | \(2\) | \(2.5\) | \(3\) | \(3.5\) | \(4\) |
|---|---|---|---|---|---|---|---|
| \(P(\bar{X} = \bar{x})\) | \(\frac{1}{16}\) | \(\frac{2}{16}\) | \(\frac{3}{16}\) | \(\frac{4}{16}\) | \(\frac{3}{16}\) | \(\frac{2}{16}\) | \(\frac{1}{16}\) |

STAT1003 – Statistical Techniques