Probability MT22, Distributions
In general
What’s another way of saying the mean of a distribution?
The expectation of the distribution.
Discrete
Uniform
If $X$ is discrete and uniformly distributed, i.e. $X \sim U\{1, 2, \ldots, n\}$, what is the probability mass function $\mathbb{P}(X = k)$?
If $X$ is discrete and uniformly distributed, i.e. $X \sim U\{1, 2, \ldots, n\}$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and uniformly distributed, i.e. $X \sim U\{1, 2, \ldots, n\}$, what is the variance $\mathrm{var}(X)$?
If $X$ is discrete and uniformly distributed, i.e. $X \sim U\{1, 2, \ldots, n\}$, what is the generating function $G _ X(s)$?
Bernoulli
If $X$ is discrete and Bernoulli distributed, i.e. $X \sim \mathrm{Ber}(p)$, what is the probability mass function $\mathbb{P}(X = k)$?
If $X$ is discrete and Bernoulli distributed, i.e. $X \sim \mathrm{Ber}(p)$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and Bernoulli distributed, i.e. $X \sim \mathrm{Ber}(p)$, what is the variance $\mathrm{var}(X)$?
If $X$ is discrete and Bernoulli distributed, i.e. $X \sim \mathrm{Ber}(p)$, what is the generating function $G _ X(s)$?
Binomial
If $X$ is discrete and binomially distributed, i.e. $X \sim \mathrm{Bin}(n, p)$, what is the probability mass function $\mathbb{P}(X = k)$?
If $X$ is discrete and binomially distributed, i.e. $X \sim \mathrm{Bin}(n, p)$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and binomially distributed, i.e. $X \sim \mathrm{Bin}(n, p)$, what is the variance $\mathrm{var}(X)$?
If $X$ is discrete and binomially distributed, i.e. $X \sim \mathrm{Bin}(n, p)$, what is the generating function $G _ X(s)$?
Suppose that $X _ 1, \ldots, X _ n$ are independent $\mathrm{Ber}(p)$ random variables and let $Y = X _ 1 + \ldots + X _ n$. @Prove that $Y \sim \mathrm{Bin}(n, p)$.
@todo (probability, page 37).
Poisson
If $X$ is discrete and Poisson distributed, i.e. $X \sim \mathrm{Poi}(\lambda)$, what is the probability mass function $\mathbb{P}(X = k)$?
If $X$ is discrete and Poisson distributed, i.e. $X \sim \mathrm{Poi}(\lambda)$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and Poisson distributed, i.e. $X \sim \mathrm{Poi}(\lambda)$, what is the variance $\mathrm{var}(X)$?
What is special about the Poisson distribution’s $\mathrm{Poi}(\lambda)$ mean and variance?
They are the same, $\mathbb{E}[X] = \mathrm{var}(X) = \lambda$.
If $X$ is discrete and Poisson distributed, i.e. $X \sim \mathrm{Poi}(\lambda)$, what is the generating function $G _ X(s)$?
Suppose that $X _ 1, \ldots, X _ n$ are independent $\mathrm{Poi}(\lambda _ i)$ random variables and let $Y = X _ 1 + \ldots + X _ n$. @Prove that $Y \sim \mathrm{Poi}(\sum _ i \lambda _ i)$.
@todo (probability, page 38).
Suppose that $X _ 1, \ldots$ are independent and identically distributed $\mathrm{Ber}(p)$ variables and that $N \sim \mathrm{Poi}(\lambda)$, independently of $X _ 1, \ldots$. @Prove that $\sum^N _ {i=1} X _ i \sim \mathrm{Poi}(\lambda p)$.
@todo (probability, page 41).
Geometric ($k$ total)
If $X$ is discrete and geometrically distributed (in the case of $k$ total trials for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the probability mass function $\mathbb{P}(X = k)$?
If $X$ is discrete and geometrically distributed (in the case of $k$ total trials for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and geometrically distributed (in the case of $k$ total trials for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the variance $\mathrm{var}(X)$?
If $X$ is discrete and geometrically distributed (in the case of $k$ total trials for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the generating function $G _ X(s)$?
Alternative Geometric ($k$ failures)
If $X$ is discrete and geometrically distributed (in the case of $k$ _ failures _ for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the probability mass function $\mathbb{P}(X = k)$?
If $X$ is discrete and geometrically distributed (in the case of $k$ _ failures _ for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and geometrically distributed (in the case of $k$ _ failures _ for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the variance $\mathrm{var}(X)$?
If $X$ is discrete and geometrically distributed (in the case of $k$ _ failures _ for the first success), i.e. $X \sim \mathrm{Geom}(p)$, what is the generating function $G _ X(s)$?
Negative Binomial
If $X$ is discrete and negatively binomially distributed, i.e. $X \sim \mathrm{NegBin}(k, p)$, what is the interpretation of $\mathbb{P}(X = n)$?
The probability that the $k$-th success occurs on trial $n$ (i.e. $X$ counts the total number of trials needed for $k$ successes).
Why are the expressions for the expectation and variance of $X \sim \mathrm{NegBin}(k, p)$ equal to $k$ times the expectation and variance of a geometrically distributed random variable?
Because the negative binomial distribution can be considered a sum of $k$ geometric random variables.
What’s the similarity between the binomial distribution and the negative binomial distribution?
- Binomial: Models the value of a sum of Bernoulli variables
- Negative binomial: Models the number of Bernoulli trials needed for a certain number of successes
If $X$ is discrete and negatively binomially distributed, i.e. $X \sim \mathrm{NegBin}(k, p)$, what is the probability mass function $\mathbb{P}(X = n)$?
If $X$ is discrete and negatively binomially distributed, i.e. $X \sim \mathrm{NegBin}(k, p)$, what is the mean $\mathbb{E}[X]$?
If $X$ is discrete and negatively binomially distributed, i.e. $X \sim \mathrm{NegBin}(k, p)$, what is the variance $\mathrm{var}(X)$?
If $X$ is discrete and negatively binomially distributed, i.e. $X \sim \mathrm{NegBin}(k, p)$, what is the probability generating function $G _ X(s)$?
Continuous
Uniform
If $X$ is continuous and uniformly distributed, i.e. $X \sim U[a,b]$, what is the probability density function $f _ X(x)$?
If $X$ is continuous and uniformly distributed, i.e. $X \sim U[a,b]$, what is the cumulative distribution function $F _ X(x)$?
If $X$ is continuous and uniformly distributed, i.e. $X \sim U[a,b]$, what is the mean $\mathbb{E}[X]$?
If $X$ is continuous and uniformly distributed, i.e. $X \sim U[a,b]$, what is the variance $\mathrm{var}(X)$?
Exponential
If $X$ is continuous and exponentially distributed, i.e. $X \sim \mathrm{Exp}(\lambda)$, what is the probability density function $f _ X(x)$?
If $X$ is continuous and exponentially distributed, i.e. $X \sim \mathrm{Exp}(\lambda)$, what is the cumulative distribution function $F _ X(x)$?
If $X$ is continuous and exponentially distributed, i.e. $X \sim \mathrm{Exp}(\lambda)$, what is the mean $\mathbb{E}[X]$?
If $X$ is continuous and exponentially distributed, i.e. $X \sim \mathrm{Exp}(\lambda)$, what is the variance $\mathrm{var}(X)$?
Normal
If $X$ is continuous and normally distributed, i.e. $X \sim \mathrm{N}(\mu, \sigma^2)$, what is the probability density function $f _ X(x)$?
If $X$ is continuous and normally distributed, i.e. $X \sim \mathrm{N}(\mu, \sigma^2)$, what is the cumulative distribution function $F _ X(x)$ in terms of $\Phi(x)$?
What is the notation for the CDF of the standard normal distribution, $F _ Z(z)$?
What, in terms of an integral, is the formula for the CDF of the standard normal distribution $\Phi(z)$?
If $X$ and $Y$ are jointly normally distributed random variables, what does $\mathrm{Cov}(X, Y) = 0$ imply (and why do you need to be careful)?
Need to be careful since this equivalence fails for general (non-jointly-normal) random variables.