5

All the time I see examples of the normal/Gaussian distribution with continuous random variables. So my question is do all continuous random variables have a Gaussian distribution?

Alexis
  • 26,219
  • 5
  • 78
  • 131
maninekkalapudi
  • 169
  • 1
  • 6
  • No. Normal is by far the most commonly used continuous distribution in many elementary texts. Also, the uniform distribution is commonly used as a second example. However, other distributions commonly used in applications are exponential, chi-squared (a special case of gamma), Weibull (especially in reliability studies), and beta (often as a prior and posterior distribution in Bayesian analysis of binomial data). You can google those, perhaps starting with Wikipedia for each. – BruceET Aug 13 '18 at 16:13
  • Thanks for the inputs! Will explore them one by one. Wikipedia here I come – maninekkalapudi Aug 13 '18 at 16:16
  • 3
    For some examples there a triangle, gamma and beta distributions and others? – Michael R. Chernick Aug 13 '18 at 16:24
  • 3
    @MichaelChernick Links help: [triangle distribution](https://en.wikipedia.org/wiki/Triangular_distribution), [gamma distribution](https://en.wikipedia.org/wiki/Gamma_distribution), [beta distribution](https://en.wikipedia.org/wiki/Beta_distribution). :) – Alexis Aug 13 '18 at 16:28
  • 8
    It's easy to construct a non-normally distributed continuous random variable: Draw any PDF-looking function with finite area underneath it, and normalize it so the area underneath it is 1. You can image a PDF that isn't bell-shaped. – Nuclear Hoagie Aug 13 '18 at 16:35
  • 3
    Note that [even if a distribution *looks* "normally distributed, it may not actually *be* normally distributed](https://stats.stackexchange.com/q/129417/22228) – Silverfish Aug 13 '18 at 19:13
  • 1
    Wikipedia provides a list of well over a hundred continuous distributions -- https://en.wikipedia.org/wiki/List_of_probability_distributions#Continuous_distributions . This is not remotely an exhaustive list; if you're in the mood, you can while away an hour or two inventing infinite families of new distributions (some of which no doubt have already been invented, but if you're sufficiently inventive you'll also come up with ones nobody is likely to have mentioned before). – Glen_b Aug 14 '18 at 04:37
  • 3
    Imagine listening for the next peal of thunder in a thunderstorm. You'll usually wait only a few seconds, but might wait much longer. Clearly this cannot be symmetric, so cannot be normally distributed. Or consider the distribution of annual incomes -- in western countries, median income will be in the tens of thousands of dollars (a bit under $60K in the US). But many incomes are well over ten times that average. Again, it won't be symmetric so cannot possibly be normally distributed. – Glen_b Aug 14 '18 at 04:46

3 Answers3

22

No.

There are many continuous probability distributions out of all the probability distributions. There are whole books containing nothing but such things.

Some of the non-normal continuous distributions introduced to new students of statistics include:

The normal/Gaussian distribution is important because of the Central Limit Theorem (CLT), which shows that for very many situations the sum of randomly distributed independent variables will tend to have a normal distribution, regardless of the constituent variables' original distributions. This can be useful for performing certain kinds of commonly-used statistical inference, which probably contributes to the frequency with which one encounters the normal/Gaussian distribution. Student's T distribution mentioned above gives some formalism to the "tend" in the CLT's "...will tend to have a normal distribution...", and is therefore also useful in these commonly used forms of statistical inference.

Alexis
  • 26,219
  • 5
  • 78
  • 131
12

No.

Lots of real life variables have distributions which are better described as other distributions. t-distributions (heavier tails) are common, as are various skewed distributions, for example, many real measurements must be positive, so greater than or equal to zero, but can have a long tail of high values. Quite a lot of real world data is counts, or similar integer data, which is often better described by a Poisson distribution.

In my personal experience, in epidemiology, bio-medicine, and sociology, genuinely 'normal' distributions, that is real data which can best described as a normal distribution, are uncommon, but it does depend on the field you work in, and exactly what data you are looking at.

astaines
  • 381
  • 2
  • 8
2

Not necessarily. The shape of the distribution is contingent on the continuous random variable's PDF - which isn't expressly Gaussian. Some counterexamples include the student-t distribution and the Laplace distribution.