probability distribution Flashcards

notation, mean, and variance

1
Q

What is a Discrete Uniform distribution?

A

Defined over a finite set of values where all outcomes are equally likely

Example: rolling a fair six-sided die.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Notation for a Discrete Uniform distribution?

A

X~D.Uniform(a,b)

a - first number in the range, b - ending element count.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Bernoulli distribution?

A

Consists of 1 trial with two possible outcomes (success/failure)

Example: checking if a light bulb works.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Notation for a Bernoulli distribution?

A

X~Bernoulli(p)

p - probability of success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Binomial distribution?

A

Consists of n trials with two possible outcomes

Example: getting heads in 10 coin flips.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Notation for a Binomial distribution?

A

X~Binomial(n,p)

n - total number of trials, p - probability of success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Hypergeometric distribution?

A

Sampling individuals from a population without replacement

Example: selecting a group of organisms from a habitat.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Notation for a Hypergeometric distribution?

A

X~Hypergeom(D,N,n)

D - specific subset of N with the specific trait of interest, N - total number of elements in the population, n - sample size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Geometric distribution?

A

Counts the number of trials until the first success

Example: rolling a die until you get a 6.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Notation for a Geometric distribution?

A

X~Geom(p)

p - probability of success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Negative Binomial distribution?

A

Counts trials until reaching a certain number of successes

Example: rolling a die until you get three 6s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Notation for a Negative Binomial distribution?

A

X~NB(r,p)

r - total number of successes, p - probability of success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Poisson distribution?

A

Counts how often something happens in a set amount of time or space

Example: number of emails received per hour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Notation for a Poisson distribution?

A

X~Poisson(λ)

λ - Poisson mean or average number of successes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Multinomial distribution?

A

Similar to binomial but with more than two possible outcomes

Example: rolling a die multiple times and counting how often 1, 3, and 6 appears.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Notation for a Multinomial distribution?

A

X~Multinom(n,p1,p2,..,pk)

n - total number of trials, p1, p2, …, pk - probabilities of success for each outcome.

17
Q

What is a Normal distribution?

A

Describes how many times a process repeats before obtaining a value within a specified range

Example: measuring heights of individuals.

18
Q

Notation for a Normal distribution?

A

X~Normal(μ,σ^2)

μ - mean, σ^2 - variance

19
Q

What is a Standard Normal distribution?

A

Normal distribution with a mean of 0 and a standard deviation of 1.

20
Q

Notation for a Standard Normal distribution?

A

Z~Normal(0,1)

21
Q

What is an Exponential distribution?

A

Counts the number of occurrences of an event within a fixed interval

Example: counting how many emissions occur in a 10-second window.

22
Q

Notation for an Exponential distribution?

A

X~Exp(λ)

λ - Poisson mean or average number of successes in the specified interval.

23
Q

Mean and Variance of Bernoulli

A

[𝑋] = 𝑝
𝑉𝑎𝑟[𝑋] = 𝑝(1 − 𝑝)

24
Q

Mean and Variance of Binomial

A

𝐸[𝑋] = 𝑛𝑝
𝑉𝑎𝑟[𝑋] = 𝑛𝑝(1 − 𝑝)

25
Mean and Variance of Geometric
𝐸[𝑋]= 1/𝑝 𝑉𝑎𝑟[𝑋]= 1−𝑝/𝑝^2
26
Mean and Variance of Negative Binomial
𝐸[𝑋]= 𝑟/𝑝 𝑉𝑎𝑟[𝑋]= 𝑟(1−𝑝)/𝑝^2
27
Mean and Variance of Hypergeometric
E[X] = n (D / N) Var[X] = n (D / N) * ((N - D) / N) * ((N - n) / (N - 1))
28
Mean and Variance of Poisson
𝐸[𝑋]=λ 𝑉𝑎𝑟[𝑋]=λ
29
Mean and Variance of Multinomial
𝐸[𝑋]=𝑛𝑝 𝑖 𝑉𝑎𝑟[𝑋]=𝑛𝑝𝑖(1−𝑝𝑖) ***𝑖 is a subscript
30
Mean and Variance of Standard Normal
𝐸[𝑍] = 0 𝑉𝑎𝑟[𝑍] = 1
31
Mean and Variance of Normal
𝐸[𝑋] = µ 𝑉𝑎𝑟[𝑋] = σ^2
32
Mean and Variance of Exponential
𝐸[𝑋]= 1/λ 𝑉𝑎𝑟[𝑋] = 1/λ^2