Nate's Notes

Collection of notes for various classes I've taken.

Buy Me A Coffee

September 12

Discrete and Continuous Random Variables

Continuous Random Variables

A continuous random variable is a variable that can take on any value within a given interval. Examples include height, weight, or the time it takes for an event to occur.

The Bernoulli Random Variable

The Bernoulli random variable, named after Swiss mathematician Jacob Bernoulli, is the simplest discrete random variable. It models a single trial with only two possible outcomes: “success” or “failure”.

$X=x$ 0 1
$P(X=x)$ $1-p$ $p$

Sequences of Bernoulli Trials

When you perform a sequence of independent and identical Bernoulli trials, you can model different processes depending on what you’re interested in. The two most common random variables arising from such sequences are the Binomial and Geometric random variables.

Binomial Random Variable

The Binomial random variable, $Y$, counts the total number of successes in a fixed number of trials, $n$.

Geometric Random Variable

The Geometric random variable, $Z$, models the number of trials needed to achieve the first success.

Common Errors