User:Garrett E. McMath/Notebook/Junior Lab/2008/11/24

From OpenWetWare
Jump to navigationJump to search
Poisson Statistics Main project page
Previous entry      
SJK Incomplete Feedback Notice
Incomplete Feedback Notice
My feedback is incomplete on this page for two reasons. First, the value of the feedback to the students is low, given that the course is over. Second, I'm running out of time to finish grading!


SJK 17:30, 17 December 2008 (EST)
17:30, 17 December 2008 (EST)
Great job with this lab, it was really interesting to see your results related to varying dwell time.

Poisson Statistics

Data by Paul Klimov and Garrett McMath

Introduction

Poisson statistics are crucial in our understanding of many phenomena. The famous distribution gives us the probability that a number of events will happen given that the event of interest is happening at a fixed average rate. The Poisson distribution is derived directly from the binomial distribution. The binomial distribution tells us the probability of k successes after n trials, each of which occurs with a probability p. The distribution is given as follows :

[math]\displaystyle{ Pr(k,n,p) = {n\choose k}p^k(1-p)^{n-k}, {n\choose k}=\frac{n!}{k!(n-k)!} }[/math]

The expected value of successes is given by the product of the number of trials and the probability of success. I will denote this quantity by the parameter lambda, which will become convenient, as we will see later:

[math]\displaystyle{ \lambda = n\cdot p }[/math]

Using the new parameter, the binomial distribution can be re-written as follows:

[math]\displaystyle{ Pr(k,n,N) = \frac{n!}{k!(n-k)!}(\frac{\lambda}{n})^{k}(1-\frac{\lambda}{n})^{n-k} }[/math]

In the limit of small probability and many trials (low p and large n), the above distribution approaches the following distribution:

[math]\displaystyle{ Pr(k,\lambda) =\frac{\lambda^{k}e^{-\lambda}}{k!} }[/math]

This is the Poisson distribution. To learn more about the distribution, we must discuss several important statistical quantities. The mean can be computed as follows, returning:

[math]\displaystyle{ \bar{k}=\sum k \frac{\lambda^{k}e^{-\lambda}}{k!} =\lambda }[/math]

The variance is then computed as follows (the sums sum over all values of k starting with 0):

[math]\displaystyle{ \sigma^{2} = (\sum k \frac{\lambda^{k}e^{-\lambda}}{k!})^{2}-(\sum k^{2} \frac{\lambda^{k}e^{-\lambda}}{k!})= \lambda }[/math]

Clearly the poisson distribution has a very interesting feature, that its mean and its variance are the same value -- the expectation parameter lambda. I will be exploiting this fact throughout this lab, and my data analysis will be based directly on this feature. Another important mention is that the Poisson distribution merges with the normal distribution (or gaussian) for large expectation values (lambda large). The famous gaussian distribution is given by the following formula,where sigma is the standard deviation and mu is the mean. :

[math]\displaystyle{ Pr(\sigma,\mu)=\frac{1}{\sigma \sqrt{2\pi}}e^{\frac{-(x-\mu)^{2}}{2\sigma^{2}}} }[/math]

In this lab we will be will be studying the rate of cosmic ray bombardment, a phenomenon which should be described by the Poisson distribution. The rays will be detected with a NaI scintillation counter. As rays strike the detector, they ionize a compound which becomes fluorescent upon ionization. The fluorescence is then picked up with a photomultiplier tube (PMT), which amplifies the signal, and gives us a reading. The reading will be interpreted by a computer operator.

Equipment

  • Gateway E-4200
  • MCA card
  • Harshaw NaI(TI) Integral Line Scintillation Detector 1231
  • E&G Ortec 4001C NIM BIN
  • Hydra cable
  • BNC cables
  • Canberra PAD 814 and
  • Bertan Associates, Inc. Model 313B HV Power Supply
  • Harshaw NaI(TI) Integral Line Scintillation Detector 12312

Procedure

Everything was wired according to Professor Gold's manual. Although the wiring looked a bit complicated, it amounted to us hooking up the NaI counter to a computer, where our data could be interpreted by a computer operator. All settings from there were adjusted on the computer operator. The software, although a bit outdated, actually worked quite well after we figured out how to use it.

The first important setting on the operator is the channel setting. Each channel (also bin) acts as a separate detector, in a sense. After the operator starts acquiring data from the detector, it starts counting the number of events into the first bin only. After a certain dwell time has elapsed, the operator switches to the next bin, and starts counting for the same length of time. The process continues until the operator has reached the last bin, at which point it can either repeat the process or stop taking data. For each trial, we had the operator set to use 256 channels. Dwell times were varied, as were the number of passes.

Data

Due to the huge data outputs, I will have to link to the data. Although all original files were in ASCII format, everything was converted to excel. During the first few trials we were getting used to the software and so we did not take down the dwell times, or number of passes, unfortunately. Because we have a lack of information about those trials, I will not use them for any large conclusions.

Day 1

Trial 1: Dwell Time: ?, Passes:?

Trial 2: Dwell Time: ?, Passes:?

Trial 3: Dwell Time: ?, Passes:?

Trial 4: Dwell Time: 10ms, Passes: 120

Trial 5: Dwell Time: 400ms, Passes: 1

Trial 6: Dwell Time: 8ms, Passes: 300

Day 2

Trial 7: Dwell Time: 200ms Passes: 20

Trial 8: Dwell Time: 100ms Passes: 20

Trial 9: Dwell Time: 1s Passes: 1

Trial 10: Dwell Time: 400us Passes: 1800

Trial 11: Dwell Time: 1ms Passes: 600

Trial 12: Dwell Time: 1ms Passes: 1200: THIS IS A CONTINUATION OF THE PREVIOUS TRIAL!!! NOT COMPLETELY NEW DATA

Trial 13: Dwell Time: 1ms Passes: 2400: THIS IS A CONTINUATION OF THE PREVIOUS 2 TRIALS!!! NOT COMPLETELY NEW DATA.

Trial 14: Dwell Time: 1ms Passes 4800: THIS IS A CONTINUATION OF THE PREVIOUS 3 TRIALS!!! NOT COMPLETELY NEW DATA.

Trial 15: Dwell Time: 200ms Passes: 3 (this is the same Dwell * Passes multiple as trial 11.)

Possible Sources of Error

  • Given that there is virtually no human involvement with this lab it is hard to determine any sources of error other than the inherent ones in the components we were using. We were detecting cosmic radiation so the only source of error that I can think of would be some cosmic event skewing the data from a true random poisson distribution.

Post Experimental Analysis

SJK 17:30, 17 December 2008 (EST)
17:30, 17 December 2008 (EST)
Your data are great.
Figure 1: Day 1. The dwell times, passes, means (denoted by lambda) and variances are given in the titles of the figures. The theoretical poissonians and gaussians are plotted alongside the real data, which is presented in the form of a histogram.
Figure 2: Day 2. The dwell times, passes, means (denoted by lambda) and variances are given in the titles of the figures. The theoretical poissonians and gaussians are plotted alongside the real data, which is presented in the form of a histogram.
  • I was unable to figure out in time how to make the appropriate histograms in excel so I have copied the ones Paul Klimov did in Matlab during the expirement, however, I have performed the actual anaylsis and all other graphs in Excel myself. I have only put up the graphs sheet and not all fifteen data sheets which I performed the analysis giving the data below. I used the simple mean and variance functions on the fifteen sheets and a simple expiremental error function ABS(mean-variance)/mean*100) which gave the below data. I noticed that my numbers were a bit different than my partners I assume this is due to the two different programs we used to do the mean and variance calculations.

File:Graphs.xls

Trial Dwell Passes Mean Variance Deviation (%)
1 ? ? 4.085938 4.431801 8.46474
2 ? ? .292969 .239323 18.31111
3 ? ? 1.113281 1.355744 21.77915
4 10ms 120 4.40234375 5.01787684 13.9819406
5 400ms 1 1.421875 0.966422 32.03189
6 8ms 300 8.769531 8.374127 4.508843
7 200ms 20 13.0625 8.552941 34.52294
8 100ms 20 6.746094 5.798024 14.05361
9 1s 1 3.460938 1.637684 52.68092
10 400us 1800 2.625 3.223529 22.80112
11 1ms 600 2.226563 2.113174 5.092535
12 1ms 1200 4.519531 4.383931 3.000322
13 1ms 2400 9.023438 8.407292 6.828283
14 1ms 4800 18.20313 18.49975 1.629555
15 200ms 3 2.332031 1.791284 23.18783

Summary

Lab Summary