test2qna Flashcards
(51 cards)
What is a random variable?
A random variable is a function that assigns a real number to each outcome in a sample space.
What are the two types of random variables?
Discrete random variables take countable (often finite) values, while continuous random variables take values in an interval (or collection of intervals).
What is the probability mass function (PMF)?
For a discrete random variable X, the PMF p(x) gives P(X = x) for each value x.
What is the probability density function (PDF)?
For a continuous random variable X, the PDF f(x) satisfies P(a ≤ X ≤ b) = ∫ₐᵇ f(x) dx, with f(x) ≥ 0 and ∫₋∞∞ f(x) dx = 1.
What is the cumulative distribution function (CDF)?
The CDF F(x) = P(X ≤ x) gives the probability that a random variable X takes on a value less than or equal to x.
What are the properties of the CDF?
The CDF is non-decreasing, right-continuous, and satisfies limₓ→₋∞ F(x) = 0 and limₓ→∞ F(x) = 1.
How is the expected value (mean) defined?
For a discrete random variable, E[X] = Σ x · P(X=x); for a continuous variable, E[X] = ∫₋∞∞ x · f(x) dx.
How is the variance defined?
Variance is Var(X) = E[(X – E[X])²] = E[X²] – (E[X])².
What is a moment generating function (MGF)?
The MGF of X is Mₓ(t) = E[e^(tX)], which, by differentiating with respect to t and evaluating at t = 0, can be used to derive moments (mean, variance, etc.).
What is the Law of the Unconscious Statistician (LOTUS)?
LOTUS states that E[g(X)] = Σ g(x)P(X=x) for discrete variables or E[g(X)] = ∫ g(x) f(x) dx for continuous variables—no need to find the distribution of g(X) first.
What is a characteristic function?
The characteristic function φ_X(t) = E[e^(itX)] uniquely determines the distribution of X and is useful for studying convergence in distribution.
What is linearity of expectation?
For any random variables X and Y and constants a, b, E[aX + bY] = aE[X] + bE[Y] (no independence required).
What is a Bernoulli random variable?
A Bernoulli random variable X takes two values: 0 (failure) with probability 1-p and 1 (success) with probability p, where 0 ≤ p ≤ 1.
What is the PMF of a Bernoulli random variable?
P(X=0) = 1 - p and P(X=1) = p.
What are the expectation and variance of a Bernoulli random variable?
E[X] = p and Var(X) = p(1 - p).
What is a Binomial random variable?
A Binomial random variable X counts the number of successes in n independent Bernoulli trials with success probability p.
What is the PMF of a Binomial random variable?
P(X=i) = C(n, i) · p^i · (1-p)^(n-i), for i = 0, 1, …, n.
What are the expectation and variance of a Binomial(n, p) distribution?
E[X] = np and Var(X) = np(1 - p).
What is a Poisson random variable?
A Poisson random variable X takes values 0, 1, 2, … with PMF: P(X=i) = (e^(–λ) · λ^i) / i! where λ > 0 is the rate parameter.
What are the expectation and variance of a Poisson(λ) distribution?
E[X] = λ and Var(X) = λ.
What is an Exponential random variable?
An Exponential random variable with parameter λ models waiting times and has PDF: f(x) = λe^(–λx) for x ≥ 0.
What are the expectation and variance of an Exponential(λ) distribution?
E[X] = 1/λ and Var(X) = 1/λ².
What is the memoryless property of the Exponential distribution?
P(X > s + t
What is the Normal distribution?
A normal (or Gaussian) random variable X ~ N(µ, σ²) has PDF: f(x) = (1/√(2πσ²))e^(–(x–µ)²/(2σ²)), defined for all x ∈ ℝ.