Draw all possible random samples of size 2 with replacement from the
population 2, 3, 4, 5 and 7. Similarly draw all possible random samples of size
2 with replacement from other population 1, 2, 2, 4 and 5.Find the sampling
distribution of difference b/w two sample means and calculate its Mean,
Variance and Standard Error. Also find the Mean, Variance and Standard
Deviation of two Populations and Verify the Results.
1
Expert's answer
2020-09-28T21:12:35-0400
solution
when drawn with replacement, the total number of combinations that can be obtained is:
nr
Where r is the number of elements chosen and n the number of elements to Choose from.
=52=25
From the population X=(2,3,4,5,7) each of the samples composed of 2 Numbers has a mean of:
xˉi=2ai+bi
Where xˉi Is the mean of the ith Combination. A series of sample means is formed i.e.
Xmeans=xˉ1,xˉ2,xˉ3,...,xˉ25
From the populationY=(1,2,2,4,5) each of the samples composed of 2 Numbers has a mean of:
yˉi=2ai+bi
Where yˉi Is the mean of the ith Samples. A series of sample means is formed i.e
Ymeans=yˉ1,yˉ2,yˉ3,...,yˉ25
The distribution of differences between the 2 means is given by:
differences=Xmeans−Ymeans
The distribution of mean differences is obtained as:
(difference,frequency)=(1,9),(1.5,12),(2,4)
1. Answers forthe distribution of differences in means
Comments