Bayesian Inference & Decision Theory Flashcards
What is decision theory?
The practice of making decisions under uncertainty
What are the different perspectives on distribution parameters between Frequentist Statistics and Bayesian Statistics?
In Frequentist Statistics, parameter theta is considered to be fixed at some point estimate. In Bayesian Statistics, theta is considered to be something that can vary based on some distribution (i.e. posterior probabilities)
What is the equation of P(A|B)?
[P(A and B)]/P(B)
or
[P(B|A).PA]/[P(B|A).P(A) + P(B|not A).P(not A)] (for 2 possible events)
*the denominator is the same as P(B)
What is the equation for P(A and B)?
P(A|B).P(B)
What is the equation for the expected value of a pmf?
summation(x.p(x)) through all outcomes
What is the objective of Bayesian Inference?
To logically and coherently update state probabilities as new evidence becomes available
Is it always logical to maximise profit or minimise loss?
No. We have to consider the scale of the downside. Sometimes risk-tolerance makes us less perfectly rational
What is EVPI?
The expected value of perfect information difference between the best expected outcome with the prior information and the best possible outcome perfect information
What is predictive probability?
The overall probability of observing some X in the data
What is a posterior probability?
A probability representing theta equalling some value after factoring additional information
What is the Excel function for weighted summation?
= SUMPRODUCT(number cells, weight cells)
What is the equation for m(x(k))? (I.e. the predictive probability of x(k)
summation through states of [P(x(k) | theta).P(theta)]
What does the Latin term “a posteriori” mean?
Dependent on empirical evidence or experience
What does the Latin term “a priori” mean?
Independent of experience
What is EVSI?
The expected value of sample information is the difference between the best outcome with prior probabilities and the best outcome with posterior.
What is the difference between subjective Bayesian Inference and more traditional objective Bayesian Inference?
More objective Bayesian Inference uses objective statistical inference to determine the distributions of observations conditional on the underlying states (i.e. P(X|theta))
What are the conditions for a sample from binomial sampling to follow a binomial distribution?
- The population must be so large that the sample does not disturb the population proportions
or - We sample with replacement
What is binomial sampling?
When a number of observations are sampled and grouped into one of two levels (traditionally success or failure)
What is a subjective probability?
A probability indicating the current assessment of how likely it is that the tree value for theta is some value. Normally shown as pi(theta=n)
What is the Excel function for calculating binomial probabilities?
=BINOMDIST
What would happen to our posterior distribution for theta if we observe an outcome of x=5 in our binomial sample of 100?
The posterior distribution of theta would be centered approximately on theta=0.05 (i.e. the proportion of success in the sample [5/100])
What do we do in our setting up of the prior distribution when we want to consider values over some continuous interval as opposed to some set of discrete values?
We assign a probability density function to theta
How do we set up our prior distribution of theta if we want to consider all continuous values between some interval with equal likelihood a priori?
We use a uniform distribution for theta (i.e. pi(theta) = 1/[a+b] for a < theta < b)
What is the posterior distribution of theta when using a uniform prior and binomial sampling?
pi(theta|x) = k(theta^x)[(1-theta)^(n-x)]
- this is actually a beta distribution where k would be gamma(n+2)/[(gamma(x+1).gamma(n-x+1))]
- where k is a constant that comes about from canceling terms in joint/predictive and scaling to ensure that the resulting distribution integrates to 1