Question
Use a 'DO.... END' loop to create the 100 obs, use variable name X.Use another DO loop of 600 rounds to generate a total of
Use a 'DO.... END' loop to create the 100 obs, use variable name X.Use another DO loop of 600 rounds to generate a total of 600 samples, each with 100 obs.Now you have the proper dataset to work with.Note, you can refer to a loop as a sample in this case, since it is basically sampling from a standard normal distribution.
Use a PROC MEANS step to calculate the sample mean of X for each sample.You will have 600 sample means.
Then use another RPOC MEANS to find out the mean of these sample means.Is it close enough to the true mean of X, which is 0?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started