4. Continuous probability distributions


If the sample space of a random variable x coincides with the set of the real numbers, a real continuous function p(x) such that

Eqn000.gif

is said a probability density function.

The probability of an event [a,b] is given by

Eqn001.gif

Generalizing the definitions given in the previous section for discrete distributions

Example.

If p(x) is defined as

Eqn005.gif

it is a probability density. In fact, in the range in which it is greater than zero, it is graphically represented by a semicircle of radius Eqn006.gif. The area of this semicircle, and then the integral from -∞ to +∞, is 1.

 


Uniform continuous distribution

A function p(x) such that

Eqn007.gif

is said a uniform continuous distribution

The mean value is

Eqn008.gif

The mean of the squares is

Eqn009.gif

The variance is

Eqn010.gif

and the standard deviation

Eqn011.gif

 


Exponential continuous distribution

Given a real positive value λ(lambda), the function p(x) such that

Eqn100.gif

is said a exponential continuous distribution.

This function is always > 0 and

Eqn101.gif

The following JavaScript application allows you to calculate and to graph an exponential distribution. To view the tables, your browser must allow popups.

 

 

The following JS application allows to calculate the probability that in an exponential distribution with prefixed λ an event takes values between x1 and x2


Gaussian continuous distribution

Given two real positive values A and a, a function p(x) such that

Eqn200.gif

is a probability density function if

Eqn201.gif

Since p(x) is an even function, this equality is equivalent to the following

Eqn202.gif

We can demonstrate that

Eqn203.gif

so

Eqn204.gif

Then p(x) depends only on the parameter a

Eqn205.gif

Since p(x) is an even function, its mean value is 0 and its variance is

Eqn206.gif

We can demonstrate that

Eqn207.gif

then

Eqn208.gif

Now we can write p(x) directly in terms of its variance

Eqn209.gif

The equality (4.22) is said a gaussian distribution. The graph of this curve is the well known bell curve, symmetrical about the y-axis, with a maximum at x=0 and inflexion points at ±σ.

If we translate the curve of a quantity μ, its equation is expressed by

Eqn210.gif

The following JavaScript application allows you to calculate and to graph a gaussian distribution. To view the tables, your browser must allow popups.

 

The following JS application allows you to calculate the probability that in an exponential distribution, with mean 0 and prefixed σ, an event takes values between x1 and x2