Skip to main content

Section 9.4 Other "Bell Shaped" distributions

The Normal distribution discussed above is very important when doing statistical analysis. It however is not the only distribution that is symmetrical about the mean and looks like a bell. In this section, we consider two other options--one which is virtually useless and another which is very useful.

Definition 9.4.1. The Cauchy Distribution.

Consider a continuous random variable on the real numbers defined by
f(x)=1/Ο€1+x2.
A random variable with this probability function is said to be a Cauchy Distribution.
Easily, note that
βˆ«βˆ’βˆžβˆž11+x2dx=tanβˆ’1(∞)βˆ’tanβˆ’1(βˆ’βˆž)=Ο€/2βˆ’(βˆ’Ο€/2)=Ο€.
Dividing by Ο€ gives the Cauchy probability function integrates to 1.
Now that we have a probability function, it is important to determine its mean and variance. It should be obvious that when doing so using the Cauchy probability function, problems quickly arise. Indeed,
βˆ«βˆ’βˆžβˆžx11+x2dx=(1/2)(ln⁑(|∞|)βˆ’ln⁑(|βˆ’βˆž|)
which is problematic. Further, even assuming that the distribution is symmetrical and therefore has a mean of 0, for the variance
βˆ«βˆ’βˆžβˆžx211+x2dx
and note that the integrand does not converge to 0 at the endpoints and therefore the integral is automatically considered divergent. Thus it is reasonable to note that the Cauchy distribution has no variance.
The formula for this curve is so much easier to deal with versus the normal distribution. Perhaps it should be used more. You can see above that it is pretty much inadequate since its theoretical statistics are not well-defined. In the interactive cell below, you might notice some issues right away by comparing the Cauchy probabilty function against a normal probability function (when ΞΌ=0 but with varied standard deviations. Notice especially that as you change the normal distribution’s Οƒnormal the the area you see under the normal curve totally overwhelms the area in the stationary Cauchy distribution. That means that the two tails of the Cauchy distribution have a lot more area far away from zero than the nomal distribution. This is one of the issues why the Cauchy doesn’t give good results.
On the other hand, there is another "bell-shaped" distribution that is useful and its random variable can be created by using a mixture of a normal variable and a \Chi2 variable.

Definition 9.4.3. Student-t Distribution.

Suppose Z is a standard normal variable and Y is Ο‡2(r) with Y and Z independent. Define a new random variable
T=ZY/r.
Then, T is said to have a (Student) t distribution with probability function given by
Ξ“(n+12)nπΓ(n2)(1+x2n)βˆ’(n+12)
The good news is that this distribution is useful and its properties are presented below without proof.
Consider the probabilities P(βˆ’2≀Z≀2) vs P(βˆ’2≀T≀2) for a t-distribution with r=30 degrees of freedom.
For normal,
P(βˆ’2≀Z≀2)=Ξ¦(2)βˆ’Ξ¦(βˆ’2)=0.9545
while for t,
P(βˆ’2≀T≀2)=0.9454.
Here is a calculator for obtaining probabilities for the t-distribution over an interval.
As has been our pattern for some time, it is of interest to see what happens to the t-distribution’s graph when (in this case) the number of degrees of freedom increase. The interactive cell below illustrates what happens up till 30 degrees of freedom. Notice at that point, the t-distribution and the normal distribution have almost the same probability function.