From successive sums of 12 uniform random variables (i.e., use the BASIC system RND() function) use the Central Limit Theorem and BASIC to generate a long sequence (>1000) of Normal random variables with zero mean and unity variance.
z = RND() + RND() + RND() + RND() + RND() + RND() + RND() + RND() + RND() + RND() + RND() + RND() -6
then is it asking to store 1000 of these z's?
the last part of this says Calculate the mean and variance for N=10,000 observations.
you need to standardize you sum. it will not be approx normal(0,1) if you don't
? how do you do that
see my post in the other thread
you are ok...With the sample size of 12 is cancels out the standard deviation so you are good
so wait you still have to do what you posted in the other thread right?
you can...but it simplifies to what you wrote above
hrm why did he put the >1000 part then?
sorry this is all very confusing for me. never taken a statistics class before, but he's throwing all of this at us in our discrete class
sorry gotta go teach.... you need to do this 1000+ times to get 1000+ normal random variables
I'll be back later
eek k thank you
just not sure why you have to create 1000 variables, then 10,000 observations?
I guess that is what your instructor wants.
Join our real-time social learning platform and learn together with your friends!