Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21de67bc85707d6

Jump to content

Probability of direction

From Wikipedia, the free encyclopedia
(Redirected from Probability of Direction)

In Bayesian statistics, the probability of direction (pd) is a measure of effect existence representing the certainty with which an effect is positive or negative.[1] This index is numerically similar to the frequentist p-value.[2][3]

Definition

[edit]

It is mathematically defined as the larger of two posterior probabilities: the probability of the parameter () being negative and the probability of the parameter being positive:When the posterior is a continuous distribution, this value is also equal the proportion of the posterior distribution that is of the median's sign, and varies between 50% and 100%.[4] However, when the posterior is a discrete distribution (or a mixture of continuous and discrete values), this value might not be equal to the proportion of the posterior distribution that is of the median's sign (as the median might be equal to the null value), and can be as low as 0% (when the null has a 100% posterior probability).

History

[edit]

The original formulation of this index and its usage in Bayesian statistics can be found in the psycho software documentation by Dominique Makowski under the appellation Maximum Probability of Effect (MPE).[5][6] It was later renamed Probability of Direction and implemented in the easystats collection of software. Similar formulations have also been described in the context of bootstrapped parameters interpretation.[citation needed]

Properties

[edit]

The probability of direction is easy to estimate, is typically independent of the specific parameterization of the model or scaling of the predictor(s) or outcome, and is not sensitive to prior specification (insofar as the posterior is not prior specification).

Advantages and limitations of the probability of direction have been studied by comparing it to other indices including the Bayes factor or Bayesian Equivalence test:[2][7][4][8] Unlike indices related to the Region of Practical Interest (ROPE; where rescaling a variable requires rescaling the ROPE), its computation is not sensitive to the scale of the response or predictor variables. Unlike the Bayes factor - an index of relative fit of the prior model - the probability of direction it is an index of the posterior distribution. Like the ROPE and unlike the Bayes factor, the probability of direction can easily be estimated from MCMC samples by counting the proportion of samples that are larger than the null and the proportion of samples smaller than the null, and taking the larger of the two.

However, similarly to its frequentist counterpart - the p-value - this index is not able to quantify evidence in favor of the null hypothesis since in most applied cases it cannot be lower than 50% (see above).[2][9]

Relationship with p-value

[edit]

In cases that produce posterior distributions that are close in shape to frequentists sampling distributions (such as the conditions required for the Bernstein–von Mises theorem) the probability of direction has a direct correspondence with the frequentist one-sided p-value through the formula and to the two-sided p-value through the formula . Thus, a two-sided p-value of respectively .1, .05, .01 and .001 would correspond approximately to a pd of 95%, 97.5%, 99.5% and 99.95%.[10] The proximity between the pd and the p-value is in line with the interpretation of the former as an index of effect existence, as it follows the original definition of the p-value.[11][12]

Interpretation

[edit]

The probability of direction can be interpreted as a continuous measure of evidence, without "testing" it against a fixed threshold.

However, for instances where a decision is required, the bayestestR package for R suggests the following rule of thumb guidelines, based on the association between it and the frequentist p-value:[13]

pdp-value equivalenceInterpretation
Uncertain
Possibly existing
Likely existing
Probably existing
Certainly existing

See also

[edit]

References

[edit]
  1. Makowski, Dominique; Ben-Shachar, Mattan; Lüdecke, Daniel (13 August 2019). "bayestestR: Describing Effects and their Uncertainty, Existence and Significance within the Bayesian Framework". Journal of Open Source Software. 4 (40): 1541. Bibcode:2019JOSS....4.1541M. doi:10.21105/joss.01541. S2CID 201882316.
  2. 1 2 3 Makowski, Dominique; Ben-Shachar, Mattan S.; Chen, S. H. Annabel; Lüdecke, Daniel (10 December 2019). "Indices of Effect Existence and Significance in the Bayesian Framework". Frontiers in Psychology. 10: 2767. doi:10.3389/fpsyg.2019.02767. PMC 6914840. PMID 31920819.
  3. Heiss, Andrew. "Bayesian statistics resources". Georgia State University - Bayesian statistics course. Retrieved 7 December 2021.
  4. 1 2 Kelter, Riko (December 2020). "Analysis of Bayesian posterior significance and effect size indices for the two-sample t-test to support reproducible medical research". BMC Medical Research Methodology. 20 (1): 88. doi:10.1186/s12874-020-00968-2. PMC 7178740. PMID 32321438.
  5. Makowski, Dominique (5 February 2018). "The psycho Package: an Efficient and Publishing-Oriented Workflow for Psychological Science". The Journal of Open Source Software. 3 (22): 470. Bibcode:2018JOSS....3..470M. doi:10.21105/joss.00470.
  6. Makowski, Dominique. "psycho - The Bayesian Framework". cran.r-hub.io. Retrieved 26 November 2021.
  7. Baig, Sabeeh A (22 October 2021). "Bayesian Inference: Parameter Estimation for Inference in Small Samples". Nicotine & Tobacco Research. 24 (6): 937–941. doi:10.1093/ntr/ntab221. PMID 34679175.
  8. Kelter, Riko (2021). "Bayesian and frequentist testing for differences between two groups with parametric and nonparametric two-sample tests". WIREs Computational Statistics. 13 (6) e1523. doi:10.1002/wics.1523. S2CID 225532985.
  9. Kelter, Riko (28 September 2021). "How to Choose between Different Bayesian Posterior Indices for Hypothesis Testing in Practice". Multivariate Behavioral Research. 58 (1): 160–188. arXiv:2005.13181. doi:10.1080/00273171.2021.1967716. PMID 34582284. S2CID 218900848.
  10. "BayestestR - Probability of Direction". easystats.github.io/bayestestR. Retrieved 26 November 2021.
  11. Fisher, R. A. (1925). Statistical methods for research workers (11th ed. rev.). Edinburgh: Oliver and Boyd.
  12. Cohen, Jacob (1994). "The earth is round (p < .05)". American Psychologist. 49 (12): 997–1003. doi:10.1037/0003-066X.49.12.997.
  13. "Bayesian Reporting Guidelines". easystats.github.io/bayestestR. Retrieved 26 November 2021.
[edit]
  • bayestestR an R package for computing Bayesian indices