Probability Distribution
Statements
Definition. Let be a probability space, be a measurable space and be a random variable, then the function defined as is said to be the probability distribution of the random variable .
Interpretation
Intuitively, the notion of randomness in the values of is captured by this construction as follows:
- An element is selected according to the probability that is allocated to by the probability measure on .
- This is mapped onto an element in , which is also referred to as a realization of the random variable . Across realizations, the values of exhibit a probability distribution that depends both on the properties of and and is denoted by . The Figure below visualizes the situation.
Clearly, if , and id, then and are identical. Importantly, the union of the measurable space and the probability measure forms the probability space .
Notation
We first note that random variables of the form are often written as . Second, the following notational conventions for events in are commonly employed
for and . The probability is the Measure of the above sets, e.g.,
Discrete Distribution
Probability Mass Function
Probability Mass Function
Probability mass functions are used to define the distributions of discrete random variables with discrete and finite (or least countable) outcome set .
Statements
Definition. Let be a probability space. A random variable is said to be discrete, if its outcome space contains countably many elements . The probability mass function (PMF) of a discrete random variable is denoted by and is defined as
References
D. Ostwald - The general linear model 20_21
Probability mass function - Wikipedia
Link to original
Continuous Distribution
Probability Density Function
Probability Density Function
Probability density functions are used to define the distributions of continuous random variables . We use the following definitions.
Statements
Definition. The probability density function (PDF) of a continuous Random Variable is defined as a function $p_X:\mathbb{R}\to\mathbb{R}_{\geq0}$$ with the properties
- with .
References
D. Ostwald - The general linear model 20_21
Probability density function - Wikipedia
Link to original
Most Common Distributions
TABLE title AS "Title",
category AS "Category",
is_continuous AS "Is_Continuous"
WHERE contains(title, "Distribution") AND title != "Probability Distribution"
SORT title ASC, category ASC