0% found this document useful (0 votes)
11 views

Distributions

- The document discusses different probability distributions including the binomial, Poisson, Gaussian (normal), and Lorentzian distributions. - It provides the equations and key properties for each distribution, including their means and standard deviations. Examples are given to illustrate how the distributions apply to counting statistics. - The Gaussian distribution is described as the limiting case of the Poisson distribution for large means, and its characteristics such as the full width at half maximum are discussed.

Uploaded by

lovesh kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Distributions

- The document discusses different probability distributions including the binomial, Poisson, Gaussian (normal), and Lorentzian distributions. - It provides the equations and key properties for each distribution, including their means and standard deviations. Examples are given to illustrate how the distributions apply to counting statistics. - The Gaussian distribution is described as the limiting case of the Poisson distribution for large means, and its characteristics such as the full width at half maximum are discussed.

Uploaded by

lovesh kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 8

Physics 114: Lecture 10

PDFs Part Deux

Dale E. Gary
NJIT Physics Department
Binomial & Poisson Distributions
n!
 The binomial distribution is PB ( x; n, p )  p x (1  p )n  x .
x !(n  x)!
 The mean is
  np. MatLAB: binopdf(x,n,p)
 The standard deviation is

Use for yes/no statistics


 The Poisson distribution is
  np (1  p)

 The mean is

 x 
 The standard deviation is PP ( x;  )  e .
x!
x  .
MatLAB: poisspdf(x,)

  . Use for counting statistics


 Writing only the coefficients, you begin to see a pattern:

February 18, 2010


Example 2.3
 Some students measure some background counts of cosmic rays. They
recorded numbers of counts in their detector for a series of 100 2-s
intervals, and found a mean of 1.69 counts/interval. They can use the
standard deviation formula from chapter 1, which is
1
s 2   ( xi  x )2 ,
N
to get a standard deviation directly from the data. They do this and get s =
1.29. They can also estimate the standard deviation by   1.69  1.30.
 Now they change the length of time they count from 2-s intervals to 15-s
intervals. Now the mean number of counts in each interval will increase.
Now they measure a mean of 11.48, which implies   11.48  3.17,while
they again calculate s directly from their measurements to find s = 3.39.
 We can plot the theoretical distributions using MatLAB poisspdf(x,mu),
e.g. poisspdf(0:8,1.69) gives
ans = 0.1845 0.3118 0.2635 0.1484 0.0627 0.0212 0.0060 0.0014 0.0003

February 18, 2010


Example 2.3, cont’d
Probability of counts per interval
0.35
 The plots of the distributions is shown

Poisson Distribution for mean 1.69


0.3

for these two cases in the plots at right. 0.25

 You can see that for a small mean, the


0.2 
0.15
distribution is quite asymmetrical. As 0.1

the mean increases, the distribution 0.05

becomes somewhat more symmetrical 0


0 2 4 6 8
Number of Counts
(but is still not symmetrical at 11.48
counts/interval). Probability of counts per interval
0.12

Poisson Distribution for mean 11.48


 I have overplotted the mean and 0.1

standard deviation. You can see that 0.08

the mean does not coincide with the 0.06 


peak (the most probable value). 0.04

0.02 
0
0 5 10 15 20 25
Number of Counts per 15 s

February 18, 2010


Example 2.3, cont’d
 Here is the higher-mean plot with the equivalent Gaussian (normal
distribution) overlaid.
Probability of counts per interval
0.15
Poisson Distribution for mean 11.48

0.1

0.05

0
0 5 10 15 20 25
Number of Counts per 15 s
 For large means (high counts), the Poisson distribution approaches the
Gaussian distribution, which we will now describe further.

February 18, 2010


Gaussian or Normal Distribution
 We will simply give the expression for the Gaussian distribution without
derivation. Note that it is the limiting case of the Poisson distribution
(counting statistics) as the mean  becomes large.
1  1  x   2 
PG ( x;  ,  )  exp     .
 2  2    

 Unlike the binomial and Poisson distributions, which are defined only for
integer values, the Gaussian distribution is continuous. That means it is a
probability density function (pdf), and to get the probability that a value will
fall between two values of x, you have to multiply by the bin width dx, or in
the limit of infinitesimal bin widths, integrate:
x2
P ( x1  x  x2 )   PG ( x;  ,  )dx.
x1

 Here, the mean  and standard deviation  are part of the definition of the
distribution, so are not defined separately in terms of other parameters.
February 18, 2010
Characteristics of the Gaussian
 As always, the Gaussian pdf is normalized so that the area under the curve
is unity (i.e. the integral from  to  is 1). The exponential itself has unit
amplitude at x =  (i.e. exp(0) = 1), and if you do the integral of the
exponential you will find that it is  2 . Therefore, you have to divide by
this factor to normalize the integral.
 As you did in the first homework, you can determine the full width at half
maximum for the Gaussian distribution by finding where the function falls to
½ its amplitude:  1  x 2  1
exp      
 2     2
2 x   2 2 ln 2.
 A good way to think about the standard deviation is that “most” values will
lie within  of the mean. The actual percentage for  is 65%. If you go
to , it is 95%. If you go to , it is 99.7%. We can think about the effect
of this using a star image.
February 18, 2010
Other Distributions
 There are many other distributions that are met with in various
circumstances, some phenomenological, and some based on theory. An
interesting one is the Lorentzian distribution (or Cauchy distribution), which
describes the shape of spectral lines in gases or plasmas such as the Sun.
1 /2
PL ( x;  , )  .
  x   2    / 2 2
 This has a middle part that looks a little like a gaussian (the so-called line
core), but the parts far from the mean (called the line wings) decrease
slowly. 0.4
Gaussian ( =1)
 Although the mean is , the standard 0.35
Lorentzian (=2.354)

deviation of this distribution is undefined 0.3

Normalized distributions
0.25
(i.e. the second moment is undefined) 0.2

because of how slowly the distribution 0.15

falls off (its integral is infinite). 0.1

0.05

0
0 1 2 3 4 5 6 7 8 9 10
x
February 18, 2010

You might also like