Random Variables

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

random variable

assigns a number to outcomes of a random experiment

2
New cards

discrete RV

takes values from a countable set

3
New cards

continuous RV

takes values in an interval of real numbers

4
New cards

discrete

Is this example discrete or continuous? Number of packet arrivals in 1 ms.

5
New cards

discrete

Is this example discrete or continuous? Number of bit errors in a transmitted frame.

6
New cards

continuous

Is this example discrete or continuous? Amplitude of thermal noise at a receiver.

7
New cards

continuous

Is this example discrete or continuous? Time between successive packet arrivals.

8
New cards

mean

the average or center of distribution (µ)

9
New cards

variance

measures how spread out the values are (σ^2)

10
New cards

sample space

the set of all possible outcomes (Ω)

11
New cards

one realization of a random experiment

Each outcome within a sample set corresponds to…

12
New cards

events

Probabilities are assigned to ______, which are subsets of a sample set.

13
New cards

probability mass function (pmf)

assigns a probability to each possible value

14
New cards

discrete

What type of RV is pmf used for?

15
New cards

P(X=x)

px(X) = ?

16
New cards

countable

pmf is used when there is a __________ set of outcomes of a random variable.

17
New cards

px(1)=0.5, px(0)=0.5

Let X represent the outcome of a fair coin: X=1 is heads, X=0 is tails. What is the pmf?

18
New cards

Bernoulli random variable

models a single trial with only two outcomes

19
New cards

p

For a Bernoulli RV, what is the probability of outcome=1 (a success)?

20
New cards

1-p

For a Bernoulli RV, what is the probability of outcome=0 (a fail)?

21
New cards

Bernoulli

What type of random variable is this example? One bit is being transmitted over a noisy channel. X=1 if a bit is received in error (probability p = 0.1) and X = 0 if a bit is received correctly (probability 0.9).

22
New cards

binomial random variable

counts the number of successes in n independent Bernoulli trials

23
New cards

binomial coefficient

counts how many ways to have exactly k successes

24
New cards

binomial RV

P(X = k) = (n k)*p^k*(1 − p)^n−k

25
New cards

binomial coefficient

(n k) = n! / k!(n − k)!

26
New cards

probability of k successes

What does p^k represent in binomial RV?

27
New cards

probability of failures

What does (1-p)^n-k represent in binomial RV?

28
New cards

pmf

The equation for binomial RV can be used to find the _____ in a discrete case.

29
New cards

probability density function (pdf)

describes the density of probability at a point for a continuous RV (where the RV is likely to occur)

30
New cards

P(a ≤ X ≤ b) = integral from a to b (fx(x)dx)

31
New cards

PDF

What function is used for both discrete and continuous RVs?

32
New cards

probability distribution function (PDF)

describes the cumulative probability up to a point x

33
New cards

discrete

What type of RV is this PDF used for Fx(x) = sum of px(t)?

34
New cards

continuous

What type of RV is this PDF used for Fx(x) = integral from −∞ to x of fx(t)dt?