不一致的面包师
Inconsistent Bakers
题目详情
一家甜甜圈店有 不同的面包师,每个人都烘焙甜甜圈。每个面包师的产出都是独立于其他面包师的。碰巧的是,每个面包师的甜甜圈输出的标准偏差是 。面包师制作的甜甜圈平均数量的标准偏差是多少?
A donut shop has different bakers, each of whom bake donuts. Each baker's output is independent from the others. It so happens that the standard deviation in donut output for each baker is . What is the standard deviation in the average number of donuts made by a baker?
解析
如果面包师输出的标准差为 ,则方差为
由于面包店的总产量是独立随机变量的总和,因此制作的甜甜圈总数的方差就是方差之和: 我们对平均值感兴趣,可以将其表示为总产量除以面包师数量。将数字缩放 会缩放 的方差,因此将总输出缩放 来求平均值意味着烘焙甜甜圈的平均数量的方差将缩放 。 (请注意,此过程与将 除以 相同,其中 是群体大小)
Original Explanation
If the standard deviation of a baker's output is , the variance is
Since the total output of the bakery is the sum of independent random variables, the variance in the total number of donuts made is the sum of the variances:
We are interested in the average, which is can be notes as total output over number of bakers. Scaling a number by scales variance by , therefore scaling total output by to find average means that the variance of the average number of donuts baked will be scaled by .
(Note that this process is the same as dividing by where is population size)