Our first assignment is an easy one, generate random data, calculate the mean, and get a histogram that should look Gaussian. To do this I wrote a simple script. Then we were asked to find the sample variance and sample size for each run and to plot those. I got fancy, I wrote a script around my script to gather all these numbers and plot it. I think I expected a straight line, showing the constant relationship.

I got this blimp. I think there is a problem somewhere.
UPDATE (2:55pm): After figuring out that all the variables I created needed to be cleared before I rerun the script - and after realizing that I was starting my graph with an unnecessary (0,0) coord, I think I've done it!

No comments:
Post a Comment