Take the 2-minute tour ×
Cross Validated is a question and answer site for people interested in statistics, machine learning, data analysis, data mining, and data visualization. It's 100% free, no registration required.

In literature I sometimes stumple upon the remark, that choosing priors that depend on the data itself (for example Zellners g-prior) can be criticized from a theoretical point of view. Where exactly is the problem if the prior is not chosen independent from the data?

share|improve this question

2 Answers 2

up vote 9 down vote accepted

Generally, informative priors are typically viewed as your information about parameters (or hypotheses) before seeing the data. So any data-based prior is violating the likelihood principle since evidence from the sample is coming through the likelihood function and the prior.

share|improve this answer

The $p$-values are wrong. Take a simple example. Test whether a population mean $\mu$ is equal to a particular value $\mu_0$ or not. Suppose the sample mean $\bar x$ is greater than $\mu_0$. Then it would be simply wrong to let the data guide you into testing only a one-sided alternative. Your $p$-value will be half of what it should be.

And just to be clear: The restriction $\mu \ge \mu_0$ implied by the one-sided alternative is a kind of empirical prior. (It throws away half of the possible values for $\mu$ a priori.)

share|improve this answer
3  
Am astounded, flabbergasted and delighted that you are using a frequentist framework to illustrate a Bayesean concept. –  Alexis yesterday
    
Same. The first sentence made me go "what the hell?" –  Mehrdad yesterday
    
I agree, this is an interesting way of starting a conversation in a Bayesian context. But do I understand it correct that this intuitive explanation also just describes a violation of the likelihood principle as @jaradniemi pointed out in his answer? –  muffin1974 yesterday
1  
@Alexis a frequentist with domain expertise is a Bayesian in denial –  ssdecontrol yesterday
    
@ssdecontrol: Haha, not quite sure if I understand what you're trying to say. Is that a tongue-in-cheek way of saying a frequentist with domain expertise can't exist? :P –  Mehrdad yesterday

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.