I'm studying probability theory with the concepts of measure theory. Now I'm learning about discrete distribution, however I'm having a hard time trying to find examples of random variable (measurable function) which has discrete distribution.
So my (wiki like) question is: what are random variables with discrete distributions that often appear when solving common probability problems (those that appear in exams, for example)?
I was only able to find the following:
Let $(\Omega,\Sigma,\mathbb{P} )$ be a probability space.
Given any $m,n\in\mathbb{N}$ with $m\leq n$, denote $\color{red}{[m:n]}:=\{k\in\mathbb{N}:m\leq k\leq n\}$.
- If $\mathbf{1}_B:\Omega\to \mathbb{R}$ is the indicator function of $B\in \Sigma$, then $\mathbf{1}_B$ has binomial distribution $\mathcal{B}(1,\mathbb{P}(B))$
- Suppose that $\Omega :=[1:6],\Sigma :=2^\Omega$, and $\mathbb{P}(A):=|A|/|\Omega |$. Define $X:\Omega \to \mathbb{R}$ by $X(\omega ):=\omega$. Then $X$ has uniform distribution
- Let $M,N,n\in\mathbb{N}^\times$ with $M\leq N$. Suppose that $\Omega$ is the set of all maps $f:[1:n]\to [1:N]$, $\Sigma :=2^\Omega $ and $\mathbb{P}(A):=|A|/|\Omega |$. Define $X:\Omega \to \mathbb{R}$ by $X(f):=|f^{-1}(\{M\})|$. Then $X$ has binomial distribution $\mathcal{B}(n,M/N)$. This is a model of the following problem: an urn contains $N$ balls among which $M$ are black. One draws $n$ balls with replacement. What is the probability that $k$ among these $n$ balls are black (find the probability $\mathbb{P}(X=k)$)?
- Let $M,N,n\in\mathbb{N}^\times$ with $M\leq N$. Suppose that $\Omega =\big\{A\subseteq [1:N]:|A|= n\big\}$, $\Sigma :=2^\Omega $ and $\mathbb{P}(A):=|A|/|\Omega |$. Define $X:\Omega \to \mathbb{R}$ by $X(\omega ):=|\{n\in \omega :n\leq M\}|$. Then $X$ has hypergeometric distribution $\mathcal{H}(N,M,n)$. This is a model of the following problem: an urn contains $N$ balls among which $M$ are black. One draws $n$ balls without replacement. What is the probability that $k$ among these $n$ balls are black (find the probability $\mathbb{P}(X=k)$)?
EDIT:
Please, give me examples of a probability space $(\Omega,\Sigma,\mathbb{P} )$ together with a random variable $X:\Omega\to\mathbb{R}$ such that $X$ has a discrete distribution. I'm only interested in the following discrete distributions:
- Uniform distribution
- Binomial distribution
- Poisson distribution
- Hypergeometric distribution
- Geometric and Negative Binomial Distribution
Thank for your attention!
EDIT 2:
Please, avoid the notion of independent r.v. in the examples!