Week 2 Probability Distributions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

define intersection and union

A

intersection is where both variables need to be true to return true
union is where at least one of the variables must return true to be true

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

what is Bayes theorem

A

conditional probability of an event A given an event B is defined as the ratio of the probability of the intersection of A and B and the probability of event B

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

what is the Bayes theorem equation in axiom terms

A

P( A I B ) = P(A∩B) / P(B)

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

what is the Bayes theorem equation in condensed terms

A
P = I L / E
P is the posterior probability
I is the prior probability
L is the likelihood probability
E is the evidence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the probability mass function

A

probability distribution used when a result can only take a limited number of values

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

what is the probability density function

A

probability distribution used when a result is continuous

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

what does the Binomial distribution do

A

describes processes with a given number of identical trials with two possible outcomes.

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

what is the Binomial distribution equation

A

P(k; n,p) = p^k (1-p)^(n-k) n!/k!(n-k)!
k is the number of successes
n is the number of trials
p is the probability of an individual success

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

what does the Poisson distribution do

A

describe processes in which the probability of a certain number of event occurring in a given interval of time

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

what are the two pre conditions for the Poisson distribution

A

the average occurrence rate of event is a known constant and the events are independent of each other

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

what is the Poisson distribution equation

A

P(k;λ) = e^-λ λ^k / k!
k is the number of times an event occurs
λ is the average event rate

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

what is the Gaussian distribution

A

a continuous and symmetric probability distribution

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

what is the Gaussian distribution equation

A

P(x; μ,σ) ~ N(μ,σ^2) = 1 / σsqrt[2π] e^-[(x-μ)^2 / 2σ^2]
σ is the standard deviation
μ is the mean of the Gaussian

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

what happens to binomial and poisson distributions when n and λ are infinity

A

they become Gaussian distributions

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

what are the 5 other probability distributions

A
Uniform
Chi Squared
Student's t distribution
F-distribution
Multivariate distribution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

define a uniform probability distribution

A

distribution where all values in an interval have equal values

17
Q

define the chi squared probability distribution

A

distribution of a sum of the squares of k independent standard normal random variables

18
Q

define the student’s t distribution probability distribution

A

frequency distribution of standard deviations of samples drawn from a normal distribution

19
Q

define the F distribution probability distribution

A

distribution used when comparing statistical models that have been filled to a dataset in order to identify the model best suited

20
Q

define the multivariate gaussian probability distribution

A

generalisation of 1 dimension normal distributions to higher dimensions