9.3. Probability 539
be the square root of the measured quantity. For example, if we count the number of
γ-ray photons coming from a radioactive source using a GM-tube and get a number
N, the statistical error we should expect will simply be
√
N. Fortunately, most of
the processes we encounter in the field of radiation detection and measurement, such
as activity of a radioisotope, photoelectric effect, and electron multiplication in a
PMT tube, can all very well be described by Poisson statistics.
D.3 Normal or Gaussian Distribution
The normal distribution was originally developed as an approximation to the bi-
nomial distribution. Its usefulness was soon recognized by scientists and soon it
became one of the most commonly used probability distributions in not only these
fields but also in other sciences. The utility of normal distribution can be appre-
ciated by noting an amazing property of most of the physical processes that their
random variables can be safely approximated to be distributed normally. Therefore
a common practice is to assume that a random variable having unknown distribu-
tion can be defined by a normal distribution. This property of random variables
is actually the result of the so called central limit theorem, which states that the
mean of any set of variables with any distribution tend to the normal distribution
provided their mean and variance are finite. Although the term normal distribution
is very commonly used, still some scientists prefer to call it Gaussian distribution.
Gaussian distribution has a bell-shaped curve (see Fig.9.3.4) and is defined for a
variable x in the domain x ∈ (−∞, ∞)by
f(µ; x)=
1
σ
√
2π
e
−(x−µ)
2
/2σ
2
, (9.3.36)
where µ and σ are the mean and standard deviation of the distribution respectively.
Both µ and σ are finite for a normally distributed variable.
If we substitute µ =0andσ
2
= 1 in the above equation, we obtain the so called
standard normal distribution with a probability density function given by
P (x)=
1
√
2π
e
−x
2
/2
. (9.3.37)
This is simply a special kind of Gaussian distribution having a symmetric bell shaped
curve centered at x = 0 (see Fig.9.3.4). In fact by changing the variables, any
normal distribution can be easily converted into a standard normal distribution (see
Example below).
Let us now apply our maximum likelihood method to compute the most probable
value and its accuracy assuming the variable to be Gaussian distributed. Suppose
we make N measurements of a variable and represent the result by x
i
.Eachofthese
measurements will have its own error σ
i
. Then according to equation 9.3.19, the
likelihood function is given by
L(µ)=
N
#
i=1
1
σ
i
√
2π
e
−(x
i
−µ)
2
/2σ
2
i
(9.3.38)
In order to apply the condition 9.3.23, we rewrite the above equation in the form
L(µ)=
N
#
i=1
(e
−(x
i
−µ)
2
/2σ
2
i
)(σ
−1
i
)(2π)
−1/2
(9.3.39)