Area under the curve - probability

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
michonamona
Messages
120
Reaction score
0
It's something that I know but I've never been able to figure out 'why?' Why is does the area underneath the normal distribution (or any distribution) represent probability?

Thank you.

M
 
Physics news on Phys.org
michonamona said:
It's something that I know but I've never been able to figure out 'why?' Why is does the area underneath the normal distribution (or any distribution) represent probability?

Thank you.

M

The short answer to your question is the definition:

A nonnegative function f(x) is said to be the density function for the continuous random variable X if for all real numbers a < b:

[tex]P(a\le X \le b) = \int_a^b f(x)\, dx[/tex]

From calculus we know the integral on the right represents the area under f(x) between a and b. Since the cumulative distribution function is given by

[tex]P(X \le x) =\int_{-\infty}^{x} f(t)\, dt[/tex]

it follows that

[tex]\int_{-\infty}^{\infty} f(x)\, dx = 1[/tex]

Putting these together shows why the area under the curve represents probability. Does that explanation help or did you already know that?