Learn about how evenly distributed samples behave.
Use Python to plot sampled data.
Download sampleData.py:
Start IPython:
Start IPython and run the sampleData program; a histogram will be generated. Looking at the code in gedit, can you determine what the figure represents? How did you know?
Looking at the figure, what distribution does the sampled data appear to have?
There are a few configuration variables that control how the data is collected. These variables are barWidth, numBars, numRepetitions, numSamples. Try experimenting with the values! How does each change influence the histogram?
Remember to save one of your histograms, and answer these questions on your webpage!