Statistics/Distributions/Continuous

From Wikibooks, open books for an open world
< Statistics‎ | Distributions
Jump to: navigation, search

A continuous statistic is a random variable that does not have any points at which there is any distinct probability that the variable will be the corresponding number.

Contents

General Properties [edit]

Cumulative Distribution Function [edit]

A continuous random variable, like a discrete random variable, has a cumulative distribution function. Like the one for a discrete random variable, it also increases towards 1. Depending on the random variable, it may reach one at a finite number, or it may not. The cdf is represented by a capital F.

Probability Distribution Function [edit]

Unlike a discrete random variable, a continuous random variable has a probability density function instead of a probability mass function. The difference is that the former must integrate to 1, while the latter must have a total value of 1. The two are very similar, otherwise. The pdf is represented by a lowercase f.

Special Values [edit]

The expected value for a continuous variable is defined as \int_{-\infty}^{\infty} xf(x)\, dx

The expected value of any function of a continuous variable g(x) is defined as \int_{-\infty}^{\infty} g(x)f(x)\, dx

The mean of a continuous or discrete distribution is defined as E[X]

The variance of a continuous or discrete distribution is defined as E[(X-E[X]^2)]

Expectations can also be derived by producing the Moment Generating Function for the distribution in question. This is done by finding the expected value E[etX]. Once the Moment Generating Function has been created, each derivative of the function gives a different piece of information about the distribution function.

d1x/d1y = mean
d2x/d2y = variance
d3x/d3y = skewness
d4x/d4y = kurtosis