Statistics and Probability: Random Variables

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Flashcards on Random Variables and Probability Distributions

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Random Variable

A function that associates a real number with each element in the sample space.

2
New cards

X and x

Denotes a random variable (uppercase), represents one of its values (lowercase).

3
New cards

Remark on Random Variables

Each outcome in the sample space must be mapped to exactly one real number.

4
New cards

Discrete Sample Space

A sample space containing a finite number of possibilities or an unending sequence with as many elements as there are whole numbers.

5
New cards

Discrete Random Variable

A random variable defined over a discrete sample space.

6
New cards

Bernoulli Random Variable

A random variable where 0 and 1 describe the possible values.

7
New cards

Continuous Sample Space

A sample space containing an infinite number of possibilities equal to the number of points on a line segment.

8
New cards

Continuous Random Variable

A random variable defined over a continuous sample space.

9
New cards

Probability Function/Mass Function/Distribution (Discrete)

Set of ordered pairs (x, f(x)) where f(x) >= 0, sum of f(x) = 1, and P(X=x) = f(x).

10
New cards

Cumulative Distribution Function (Discrete)

F(x) = P(X <= x) = Sum of f(t) for t <= x.

11
New cards

Probability Density Function (PDF) - Continuous

A function f(x) where f(x) >= 0 for all x, the integral from -inf to inf of f(x) dx = 1, and P(a < X < b) = integral from a to b of f(x) dx.

12
New cards

Cumulative Distribution Function (Continuous)

F(x) = P(X <= x) = integral from -inf to x of f(t) dt.