oct 23
oct 29
Did some practice work with the module used in the book. It's really clunky, so I decided to do some more work with the preloaded pylab graphing available in Ipython. It's much better.
I think for this upcoming week I'll try to get a simulation down and if I have time try to get a read on probability distributions and instrumental error.
in Jim's office
Jim says :
We talked about mean and standard deviation
and how to calculate them in numpy.
I described the difference between
\(\sigma\), the standard deviation,
and \(s\), the best guess of the
parent population's standard deviation.
For next time: do some numerical experiments
with randomly chosen subsets of a parent population,
in which you show that if sigma is the std dev
of the subset, then sqrt(n)/sqrt(n-1) * sigma
is a better estimate of the parent population
sigma.