The unbiased sample variance for the set of numbers: $S = \{40,45,50,55,60\}$ is_____. (write answer with one decimal place)
The unbiased sample variance ($s^2$) measures how spread out the numbers in a sample are. It's calculated using the sample data points and the sample mean. The formula uses $n-1$ in the denominator, making it unbiased.
Find the average of the numbers in the set $S = \{40, 45, 50, 55, 60\}$.
Sum of numbers = $40 + 45 + 50 + 55 + 60 = 250$
Number of observations ($n$) = 5
Mean ($\bar{x}$) = $\frac{\sum x_i}{n} = \frac{250}{5} = 50$
Find the difference between each number and the mean ($\bar{x}=50$), and then square each difference.
| Data Point ($x_i$) | Difference ($x_i - \bar{x}$) | Squared Difference ($(x_i - \bar{x})^2$) |
|---|---|---|
| 40 | $40 - 50 = -10$ | $(-10)^2 = 100$ |
| 45 | $45 - 50 = -5$ | $(-5)^2 = 25$ |
| 50 | $50 - 50 = 0$ | $(0)^2 = 0$ |
| 55 | $55 - 50 = 5$ | $(5)^2 = 25$ |
| 60 | $60 - 50 = 10$ | $(10)^2 = 100$ |
Add up all the squared differences calculated.
Sum of squared differences = $\sum (x_i - \bar{x})^2 = 100 + 25 + 0 + 25 + 100 = 250$
Apply the formula for unbiased sample variance:
$s^2 = \frac{\sum (x_i - \bar{x})^2}{n-1}$
Substitute the sum of squared differences and $n-1$:
$s^2 = \frac{250}{5 - 1} = \frac{250}{4}$
$s^2 = 62.5$
The unbiased sample variance for the set $S$ is 62.5. This value is between 61 and 63.
Consider a distribution with the following probability density function $$f(x) = \begin{cases} 0.5, & 0 < x < 2 \\ 0.0, & Otherwise \end{cases}$$ Given that the mean of the above probability distribution is 1, the variance (rounded off to two decimal places) is _______________.
A set of 11 (x, y) data points is least-squares fitted to a quadratic polynomial. If the sum of squares of error is 2.4, the variance of error is ________ (round off to 1decimal place).