Notes for Probability and Statistics

Sample mean: is a numerical average.

x _ = i = 1 n x i n

Sample median: is the midpoint in an ordered set of numbers.

For x 1 , x 2 , x 3 , ... , x n where x i x i + 1 x ~ = { x n + 1 2 ; n = k c + 1 x n 2 + x n 2 + 1 2 ; n = k c k

Permutations: is the number of ways to arrange a set of objects.

The number of permutations of n distinct objects taken r at a time is = n ! n - r !

Combinations: is the number of ways to select objects.

The number of combinations of n object taken r at a time is n r = n ! r ! n - r !

Chebyshev's theorem:

P μ - k σ < X < μ + k σ 1 - 1 k 2

Bernoulli process:

  1. The experiment consists of n repeated trials
  2. Each trial results in an outcome that may be classified a success or a failure
  3. The probability of a success, denoted by p, remains constant from trial to trial
  4. The repeated trials are independant


Binomial distribution: is the distribution of a binomial random variable which is the number of success in n Bernoulli trials.

b x ; n , p = n x p x q n - x ; x = 0 , 1 , 2 , ... , n μ = n p σ 2 = n p q

Poisson process:

  1. The number of outcomes occurring in one time interval or specified region is independant of the number that occurs in any other disjoint time interval or region of space
  2. The outcome that a single outcome will occur during a very short time interval or in a small region is proportional to the length of the time interval or size of the region and does not depend on the number of outcomes occurring outside this time interval or region
  3. The probability that more than one outcome will occur in such a short time interval or fall in such a small region is negligible


Poisson distribution: is the distribution of a Poisson random variable which is the number of outcomes occuring in a Poisson experiment.

p x ; λ t = e - λ t λ t x x ! , x = 0 , 1 , 2 , ... μ = σ 2 = λ t

Normal distribution: is also called a Gaussian distribution and it is the distribution of a continuous random variable with a bell shaped distribution.

n x ; μ , σ = 1 2 π σ e - 1 2 x - μ σ 2

Gamma function:

Γα= 0 xα-1 e-xdx= α-1 Γα-1 Γn= n-1!; n Γ12= π

Gamma distribution: in the Poisson process, λ is the mean number of events per interval. In the gamma distribution, λ = 1 / β. β is the mean time between events. α is the number of events to occur.

For instance in the problem:

Suppose the telephone calls arriving at a switchboard come at 5 per minute. What is the likelihood that up to a minute will elapse until 2 calls come in?
λ = 5, β = 1 / 5, α = 2

f x = { 1 β α Γ α x α - 1 e - x β ; x > 0 , α > 0 , β > 0 μ = α β σ 2 = α β 2

Expodential distribution: is a gamma distribution with α = 1. This will give the probability of failure for a given time.


Chi-square distribution: is a gamma distribution with β = 2 and α = v / 2 where v ∈ ℕ called the degrees of freedom.


Lognormal distribution: applies where when a natural log transformation of the random variable results in a normal distribution.