The possible values of discrete random variables may be listed.
The possible values of continuous random variables are a continuous range.
A common way to describe the distribution of a discrete random variable is with a table that lists the possible values and their probabilities which must sum to one.
A common way to describe the distribution of a continuous random variable is with a density curve where the probability that the random variable falls in an interval is the area under the curve above the interval. The total area under a density curve is one.
mu = (2+4+4+10)/4 = 5
and the standard deviation is
sigma = sqrt(((2-5)^2 + (4-5)^2 + (4-5)^2 + (10-5)^2) / 4) = sqrt(9) = 3
Consider all possible samples (with replacement) of size 2. There are sixteen of these.
Second 2 4 4 10 ------------------ F 2 | 2 3 3 6 i 4 | 3 4 4 7 r 4 | 3 4 4 7 s 10 | 6 7 7 10 t
Each of these sixteen values has the same chance of being the sample mean.
The mean of this sampling distribution is
mean = (2 + 3 + 3 + ... + 10) / 16 = 5
and the standard deviation is
SE = sqrt(((2-5)^2 + (3-5)^2 + ... + (10-5)^2)/16) = sqrt(4.5) = sqrt(9/2) = 3 / sqrt(2) = sigma / sqrt(2)
Bret Larget, larget@mathcs.duq.edu