Discrete Random Variables

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What are random variables?

Random variables are numerical quantities that depend on the outcome of a random experiment.

What is a discrete random variable?

Discrete random variables are variables that take distinct values in a finite or countable set.

What does the Mass Probability Function of a discrete random variable describe?

  • The standard deviation of the variable
  • The distribution of possible values and their chances of occurrence (correct)
  • The central tendency of the variable
  • The expected value of the variable

Which of the following are examples of common discrete probability distributions?

<p>Bernoulli, Binomial, Poisson, and Geometric distributions (D)</p> Signup and view all the answers

A discrete set is a finite or countably infinite set.

<p>True (A)</p> Signup and view all the answers

What is the Probability Mass Function (PMF) or Probability Distribution of a discrete random variable X?

<p>The PMF is numerical sequence of probabilities $p_X(k) = P(X = k)$ for all $k \in X(\Omega)$.</p> Signup and view all the answers

What is the formula for the cumulative distribution function $F_X$?

<p>$F_X(x) = P(X \le x) = \sum p_X(x_i)$</p> Signup and view all the answers

If X is a discrete random variable, taking values in the set X, and g is a function from X to a set Y, how is the probability distribution of the random variable g(X) defined?

<p>The probability distribution of g(X) is given by: $P_{g(X)}(y) = P(X \in g^{-1}({y})) = \sum_{x \in g^{-1}({y})} p_X(x)$</p> Signup and view all the answers

Define the expectation E(X) of discrete random variable X with values in $X = {x_1, x_2, ..., x_n}$?

<p>$E(X) = x_1 \times p_X(x_1) + x_2 \times p_X(x_2) + ... + x_{n-1} \times p_X(x_{n-1}) + x_n \times p_X(x_n) = \sum_{i=1}^n x_i p_X(x_i)$</p> Signup and view all the answers

The expectation of a discrete random variable is always defined.

<p>False (B)</p> Signup and view all the answers

What is the formula for the probability mass function $p_X(k)$ for a Discrete Uniform Distribution?

<p>$p_X(k) = \frac{1}{n}, \forall k = 1, ..., n.$</p> Signup and view all the answers

For a Bernoulli distribution with parameter p, what are the possible values that the random variable can take, and what do they represent?

<p>The random variable X can take the value 1, associated with success, or the value 0, associated with failure.</p> Signup and view all the answers

Write out the expectation of the Bernoulli distribution E(X).

<p>$E(X) = 1 \times p_X(1) + 0 \times p_X (0) = p.$</p> Signup and view all the answers

What is the formula for $p_X(k)$ that describes the Binomial Distribution?

<p>$p_X(k) = C_n^k p^k (1-p)^{n-k}$.</p> Signup and view all the answers

What is the typical experiment to introduce a Geometric distribution r.v.?

<p>A sequence of independent Bernoulli trials with the same probability of success (B)</p> Signup and view all the answers

Define geometric distribution with parameter p, denoted G(p), if $\Chi$ = $\mathbb{N}^*$

<p>$P_X(k) = q^{k-1}p$.</p> Signup and view all the answers

Match the following distributions with their properties:

<p>Poisson distribution = Mean and variance are equal Geometric distribution = Memoryless property Binomial distribution = Can be approximated by Poisson under certain conditions</p> Signup and view all the answers

What is the moment generating function $M_X(t)$ of the random variable X?

<p>$M_X(t) = G_X(e^t) = E(e^{tX}) = \sum_{k=0}^{\infty} p_k e^{tk}$</p> Signup and view all the answers

State Chebyshev's inequality, relating the probability of a random variable deviating from its mean to its variance.

<p>For any random variable X with mean m and variance V(X), and for any e &gt; 0, $P(|X - m| \ge e) \le \frac{V(X)}{e^2}$</p> Signup and view all the answers

Flashcards

Random Variable

A numerical quantity whose value depends on the outcome of a random experiment.

Discrete Random Variable

A random variable that takes distinct values in a finite or countable set.

Probability Mass Function (PMF)

The probability that a discrete random variable X takes on a specific value k.

Cumulative Distribution Function (CDF)

The probability that a random variable X is less than or equal to a value x.

Signup and view all the flashcards

Expectation (Mean)

A measure of the central tendency of a random variable. It is the weighted average of possible values.

Signup and view all the flashcards

Discrete Uniform Distribution

All outcomes are equally likely.

Signup and view all the flashcards

Bernoulli Distribution

Models an experiment with two possible outcomes: success or failure.

Signup and view all the flashcards

Binomial Distribution

Distribution of the number of successes in a fixed number of independent Bernoulli trials.

Signup and view all the flashcards

Geometric Distribution

Number of trials needed to get the FIRST success in a series of independent Bernoulli trials.

Signup and view all the flashcards

Negative Binomial Distribution

The number of trials required to obtain the r-th success

Signup and view all the flashcards

Hypergeometric Distribution

Number of successes in a sample without replacement, from a finite population.

Signup and view all the flashcards

Poisson Distribution

Models the number of events occurring in a fixed interval of time or space.

Signup and view all the flashcards

Function of a Discrete Random Variable

A function that transforms a random variable; its distribution is derived from the original variable's distribution.

Signup and view all the flashcards

Expectation of a Function of a Discrete RV

The expected value of a function g(X) of a random variable X, calculated by weighting each value of g(X) by the probability of X.

Signup and view all the flashcards

Moment of Order k

E[X^k].

Signup and view all the flashcards

Centered Moment of Order k

E[(X - E[X])^k].

Signup and view all the flashcards

Variance

A measure of the spread or dispersion of a random variable around its expected value.

Signup and view all the flashcards

Standard Deviation

The square root of the variance.

Signup and view all the flashcards

Generating Function

A mathematical tool to simplify calculations on discrete random variables.

Signup and view all the flashcards

Generating function of discrete RV X

G_X(z) = E[z^X] = Sum[p_n * z^n].

Signup and view all the flashcards

Moment Generating Function (MGF)

Replaces z with e^t in to obtain all moments with derivatives.

Signup and view all the flashcards

Moment Generating Function Formula

MX(t) = GX(et) = E[etX].

Signup and view all the flashcards

Markov's Inequality

P(|X| >= a) <= E(|X|) / a.

Signup and view all the flashcards

Markov's inequality usage

Tool for tail estimation

Signup and view all the flashcards

Chebyshev's Inequality

P(|X - μ| >= ε) <= Var(X) / ε^2.

Signup and view all the flashcards

Chebyshev's inequality usage

Bound on the probability that a random variable deviates far from the mean, using variance.

Signup and view all the flashcards

Poisson approximation

Approximation of the Poisson distribution by the Binomial distribution

Signup and view all the flashcards

Indicator variable's expectation

The expectation of an indicator variable of an event A is equal to the probability of this event (probability of success).

Signup and view all the flashcards

Generating function's of Bernoulli

If X follows a Bernoulli distribution B(p), with probability of success p. We have seen that the generating function of the Bernoulli distribution is GY (z) = (pz + 1 − p)

Signup and view all the flashcards

Approximation Criteria

In fact, we use this result to approximate the binomial distribution using the Poisson distribution, when n is large and p is small by taking λ = np. In practice, we can use this approximation when n ≥ 30, p ≤ 0.1 and np < 15. These conditions ensure that the mean number of successes (given by n × p) is not too high, making the Poisson approximation rea- sonable. The approximation tends to be more accurate as n increases and p decreases, with the constraint that λ remains moderate.

Signup and view all the flashcards

Study Notes

  • Random variables are numerical values from random experiments, used to model uncertain events like component lifetimes or exam scores.
  • Discrete random variables have distinct values from a finite or countably infinite set, such as die faces or number of children.
  • The Mass Probability Function describes the distribution of possible values and their probabilities.
  • Mathematical tools like the Distribution Function, Expectation, Variance, Standard Deviation, and the Moment Generating Function are used in studying discrete random variables.
  • Common discrete probability distributions include Bernoulli, Binomial, Poisson, and Geometric distributions.

Random Variables

  • A random variable X on a space Ω is a function from Ω to real numbers, where for each interval I of real numbers, the set of all outcomes w in Ω such that X(w) is in I is an event in Ω.
  • A discrete set is a finite or countably infinite set.
  • A discrete random variable X on a fundamental space Ω is a real-valued function on Ω with values in a discrete set X, which is a subset of real numbers.

Discrete Random Variable Notation

  • Notation:
    • X represents a set of possible values {xᵢ} where i belongs to an index set I.
    • P(X = a) denotes the probability that X takes the value a.
    • P(a ≤ X ≤ b) is the probability that X falls within the interval [a, b].
  • More precisely:
    • P(X = a) = P({ω ∈ Ω : X(ω) = a})
    • P(a ≤ X ≤ b) = P({ω ∈ Ω : a ≤ X(ω) ≤ b})
  • Similar meanings apply to symbols like P(X > a), P(X ≥ a), P(X ≤ a), P(X < a), P(a < X < b), P(a ≤ X < b), P(a < X < b).

Probability Mass Function

  • The Probability Mass Function (PMF) or Probability Distribution of a discrete random variable X is a sequence of probabilities pₓ(k) = P(X = k) for all k in the set of possible values of X.
  • Properties:
    • For all k in X(Ω), 0 ≤ pₓ(k) ≤ 1.
    • The sum of pₓ(k) over all k in X(Ω) equals 1.

Cumulative Distribution Function

  • The Cumulative Distribution Function (CDF) of X, denoted Fₓ, is defined as Fₓ(x) = P(X ≤ x), which is the sum of pₓ(xᵢ) for all xᵢ less than or equal to x.
  • Properties:
    • It is an increasing function.
    • Fₓ(-∞) = lim (x→-∞) Fₓ(x) = 0
    • Fₓ(+∞) = lim (x→+∞) Fₓ(x) = 1
  • The cumulative distribution function of X depends only on the probability mass function of X; conversely, it characterizes this probability mass function.

Function of a Discrete Random Variable

  • Given a random variable X with values in a finite set and a function g from X to another finite set Y, g(X) is a random variable with values in Y. Its probability distribution is P(g(X) = y) = Σ pₓ(x), where the sum is over all x in the preimage of y under g.

Expectation of a Discrete Random Variable

  • The Expectation or mean is a measure of the central tendency of a random variable.
  • Given a discrete random variable X with values {x₁, x₂,..., xₙ}, the expectation of X, denoted by E(X), is calculated as: E(X) = x₁ × pₓ(x₁) + x₂ × pₓ(x₂) + ... + xₙ × pₓ(xₙ) or E(X) = Σ xᵢpₓ(xᵢ), where the sum is taken over all possible values xᵢ of X.

Expectation of a Discrete Random Variable continued

  • For a countable set of values X, the expectation is E(X) = Σ xᵢpₓ(xᵢ), where the sum is taken over all possible values xᵢ of X. The series must be absolutely convergent, i.e. Σ |xᵢ|pₓ(xᵢ) < +∞. Otherwise, the expectation is undefined.
  • E(X) represents the weighted average of values X can take, weighted by their probabilities, indicating the value expected per repetition on average over many trials.

Common Discrete Distributions

  • Discrete Uniform Distribution:
    • Applies to equiprobable events.
    • A random variable X with n possible values has a discrete uniform distribution if P(X=k) = 1/n for all k from 1 to n.
  • Bernoulli Distribution:
    • Models an experiment with two outcomes: success (value 1) and failure (value 0).
    • Defined by a parameter p in [0,1], where P(X=1) = p and P(X=0) = 1-p.
  • Binomial Distribution:
    • Represents the probability distribution of a random variable equal to the number of successes in n independent Bernoulli trials, each with probability p of success.
  • P(X=k) = C(n,k) * pᵏ * (1-p)^(n-k)*
  • Geometric Distribution:
    • Models the number of Bernoulli trials needed to get the first success.
    • P(X=k) = q^(k-1) * p where q = 1 - p.
    • Memoryless property: the conditional probability of needing k more trials given that n trials have already failed is the same as the original geometric distribution.
  • Negative Binomial Distribution:
    • Distribution consists of considering a sequence of Bernoulli trials and defining the r.v. X as the number of trials to be carried out to obtain the r-th success

Common Discrete Distributions continued

  • Hypergeometric Distribution:
    • An urn contains d white balls and N – d black balls, you draw n balls without replacement
  • P(X = k) = (C(k, d) * C(n-k, N-d)) / C(n, N)*
  • Poisson distribution:
    • Variable follows a Poisson distribution with parameter λ > 0 if X = N
  • e^(-λ) * λ^(k) / k!*
  • The Poisson distribution can be approximated using the binomial distribution when n is large and p is small, by setting λ = np.

Expectation of a function of a discrete r.v.

  • It is a discrete r.v. and (pₓ(xᵢ))ᵢ∈ₓ its probability distribution, construct Y = g(X) .

Theorem

  • E[g(X)] = Σ g(xᵢ)pₓ(xᵢ)

Moment of a discrete r.v.

  • E (Xᵏ) is called the moment of order k of the r.v. X

Variance of a discrete r.v.

  • V(X) = E [(X – E(X))²]

Moment Generating Function

  • Moment generating function is: Mx(t) = Gx(et) = E (et एक्स)

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Statistics and Probability Concepts
47 questions
Statistics: Random Variables and Distributions
8 questions
Use Quizgecko on...
Browser
Browser