-
Notifications
You must be signed in to change notification settings - Fork 1
Description
From here..
Hypothesis testing framework
Probability of direction
pd is a measure of existence based only on the posterior - it is the maximal percent of the posterior that is on some side of zero.
In a hypothesis testing framework, it tests
- H0: theta = 0
- H1: theta>0 OR theta<0 (not theta≠0, as it takes the maximal side only)
(??the pd is a measure of certainty - how certain we are that theta is not 0 (by testing how probable is the most probable sign of theta).
ROPE
ROPE is a measure of significance that is based on the posterior and on some pre-conceived notion of a "small" effect.
In a hypothesis testing framework, it tests
- H0: theta ∈ ROPE
- H1: theta ∉ ROPE
Bayes factors
BF is a relative measure of evidence. In the case where one model is the point null, it tests the relative probability of the data between the models.
In a hypothesis testing framework, it tests
- H1: Data were generated by M1 (as specified by priors)
- H2: Data were generated by M2 (as specified by priors)
p-MAP
There's also the p-MAP, which isn't getting much love by us... We are waiting for the feedback from Prof Jeff Mills from which this index was inspired.
What is common between the indices
- Are comparative: ROPE, BF, p-MAP
- Examine the posterior values: pd, ROPE, p-MAP
- Tell you if an effect exists: pd, p-MAP, BF (when comparing to the point-null)
- Tell you if an effect is significant: ROPE, BF (when comparing to a interval-null, which a user would have to construct themselves...)
- Can be used to "test" a single parameters: all (BF by comparing to a null constraint on that parameter).
- Can be used to compare models: BF
- Can be used to support the null: BF, ROPE
I think the main vignette and guidelines should be along one or more of these ^ lines...
It would be interesting to formalize it and develop it even further. Maybe starting with a blogpost? "Hypothesis testing in the Bayesian framework". Such conceptualization could potentially also be integrated as a paragraph in the intro of the significance paper.