Chapter 4 Poisson Flashcards
How do we model an experiment where an outcome variable is binary
binomial likelihood
What model can be used to model an experiment of count data and describe its properties
Poisson model - sample space is (0,1,2….) and it is equidispersed
How does the rate of a poisson effect the distribution
It effects its shape - most of the probability mass with be around where the rate (mean) is
What does a sufficient statistic mean
All the information about theta that is available in the data can be contained in a sufficient statistic
What is the sufficient statistic of P(theta| y) if the data is poisson iid distributed
The sum of all the data or the sum of the yi’s is the sufficient statistic
What is the conjugate prior for the poisson model’s posterior distribution
Gamma distribution
The gamma family is conjugate for the poisson sampling model
How does the gamma distribution and the exponential distribution relate
for gamma A=1, B=1 we have the exponential distribution
How to examine the posterior probability that theta in poisson sampling model is greater than 1.5 in R
1-pgamme(1.5,a+sum of yis, b+n)
Posterior expectation can be expressed as a convex
combination of the prior expectation and the sample average - What interpreation does this give for a and b
b is interpreted as the number of “prior observations”.
a is interpreted as “the sum of counts from b prior observations”.
Posterior expectation can be expressed as a convex
combination of the prior expectation and the sample average - what does this mean for large n
there is
much more influence from the likelihood compared to the prior on the posterior mean.
When n is large, the information from the data dominates the prior
information. So we can assume that n»_space; a and n»_space; b. In this case: the expectation of posterior tends to Ybar - the sample mean
For very large values of N what does this mean for the variance of the posterior
The variance tends towards Ybar/ n
For the posterior predictive distribution when n is large what is significant about he expectation and variance
The variance will tend to the posterior expectation which is equal to the posterior predictive expectation. so for large n the expectation equals the variance and we are back to being poisson distributed.
If a question says to what extent do we expect that … what distribution are you talking about
The posterior predictive - events unfolding in the future
If there is a gap between Theta1>Theta2 and and y_tilde1>y_tilde2 is this surprising>
No, not really! It is important to make a distinction between the events
Theta1>Theta2 and y_tilde1>y_tilde2
Strong evidence of a difference between two populations does not mean that the difference itself is large.
What si the strategy to find the monte carlo approximation of the posterior predictive
Sample Theta from the posterior and using thiese theta values sample from the likelihood with that theta as your parameter