Question

In: Statistics and Probability

. For n = 2 look at the smallest and largest sample means. How close is...

. For n = 2 look at the smallest and largest sample means. How close is each of these sample means to the population mean? Use the formula x − . This difference is called the sampling error.

Do the same for n = 3 and n = 4. What do you notice as n gets larger?

Solutions

Expert Solution

Suppose the population consist of elements { 4,5,6,7}

Considering n=2, we take sample 1 :  (5,4) have sample mean =4.5

Sample 2 : (6,4) have sample mean = 5

Sample 3 : ( 6,5) have sample mean= 5.5

sample 4: (6,7) have sample mean = 6.5

Sample 5: (5,7) have sample mean = 6

Sample 6: (4,7) have sample mean= 5.5

Largest sample mean = 6.5

Smalles Sample Mean = 4.5 , given the set of observation

We know that, Mean of Sample Mean = Population mean according to Central Limit Theorem

Hence Population mean = (4.5 + 5+ 5.5 + 6.5+ 6 + 5.5 ) /6  

= 33 / 6

= 5.5

Therefore, Sampling error = 1 unit

now for n = 3, we take sample 1 : (4,5,6) have sample mean= 5

sample2 : (4,5,7) have sample mean= 5.33

Sample 3 : ( 5,6,7) have sample mean = 6

Sample 4  : (4,6,7) have sample mean = 5

Here largest sample mean = 6

Smallest sample Mean = 5

Population mean = (5 + 5.33 + 6 + 5 ) /4

= 5.33

Largest Sampling error = (6 - 5.33 )

= 0.67

when n =4 , sample 1: (4,5,6,7) have sample mean = 5.5

Population mean = (4+4+6+7) / 4 = 22/4 = 5.5

Here sampling error = 0

Hence from the above it can observed that , as Sample size increases, Sampling distribution of mean tends to normality or closer to normal distribution and it justifies the Central Limit Theorem .


Related Solutions

Write two algorithms to find both the smallest and largest numbers in a list of n...
Write two algorithms to find both the smallest and largest numbers in a list of n numbers. In first algorithm, you simply write one loop to find the minimum and maximum. So there will be 2(n - 1) comparisons. In second algorithm, you try to find a method that does at most 1.5n comparisons of array items. Determine the largest list size (i.e., n) that Algorithm 1 can process and still compute the answer within 60 seconds. Report how long...
Find the smallest n ∈ N such that 2(n + 5)^2 < n^3 and call it...
Find the smallest n ∈ N such that 2(n + 5)^2 < n^3 and call it n^0,Show that 2(n + 5)^2 < n^3 for all n ≥ n^0.
1. in the code below, 2 variables (largest and smallest) are declared. use these variables to...
1. in the code below, 2 variables (largest and smallest) are declared. use these variables to store the largest and smallest of three integer values. you must decide what other variables you will need and initialize them if appropriate. 2. write the rest of the program using assignment statements, if statements, or if else statements as appropriate. There are comments in the code that tell you where you should write your statements 3. compile and execute. Output should be: The...
Please put the arteries in order from the LARGEST to SMALLEST diameter.       -   ...
Please put the arteries in order from the LARGEST to SMALLEST diameter.       -       1.       2.       3.       Arterioles       -       1.       2.       3.       Elastic (Conducting) arteries       -       1.       2.       3.       Muscular Arteries 1 points    QUESTION 8 Please put the vessels in the correct order from when a blood cell leaves the...
Is it true that the Sample means are less variable than individual observations as n→∞ ?...
Is it true that the Sample means are less variable than individual observations as n→∞ ? Explain
Develop a recursive algorithm to find the smallest and largest element in an array and trace...
Develop a recursive algorithm to find the smallest and largest element in an array and trace the recursive function with appropriate message. using c++ add comment to the code
A fair die is rolled twice. Let X and Y be the smallest and largest, respectively,...
A fair die is rolled twice. Let X and Y be the smallest and largest, respectively, number that appears in the two rolls. (a) Determine the probability mass function of (X, Y). (Write a formula forP(X=i, Y=j)or give a table of values.) (b) Are X and Y independent? (c) Find E(X+Y). (Give your answer as a decimal number.)
• Write a C++ program to find the largest umber, smallest number and sum of all...
• Write a C++ program to find the largest umber, smallest number and sum of all the element of a given array of 20 integers • Note − Declare array to 20 numbers − Input values for 20 array elements − Find largest number − Find smallest number − Find sum of all numbers • Display the results
What are the largest and smallest turbulent length scales in an unstratified open drain of depth...
What are the largest and smallest turbulent length scales in an unstratified open drain of depth 1 m that is flowing at velocity U=10 cm s-1 ? Assume q=0.1U. Is the flow turbulent?
A list of 100 numbers has the largest value 90 and the smallest value 12.9, with...
A list of 100 numbers has the largest value 90 and the smallest value 12.9, with a mean 40, a median 50, and a standard deviation 20. However, you accidentally copied the smallest number “12.9” as “1.29”. Is it possible to determine by how much the mean, the median and the standard deviation change? For each quantity, if so, show your computation. Otherwise, explain why
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT