Skip to content

Commit 8f53047

Browse files
committed
fix glossary terms
1 parent 764c460 commit 8f53047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/knowledgebase/reporting_statistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For symmetric posteriors, mean and median are nearly identical. For skewed poste
4242
### Uncertainty Quantification
4343

4444
**HDI (Highest Density Interval)**
45-
- A :term:`credible interval` containing the specified percentage of posterior probability (default: 95%)
45+
- A {term}`credible interval` containing the specified percentage of posterior probability (default: 95%)
4646
- Reported as `hdi_lower` and `hdi_upper` in summary tables
4747
- The narrowest interval containing the specified probability mass
4848
- **Interpretation:** "We can be 95% certain the true effect lies between X and Y"
@@ -63,7 +63,7 @@ mean: 2.5, 95% HDI: [1.2, 3.8]
6363
Bayesian hypothesis testing uses posterior probabilities directly, making the interpretation more intuitive than traditional p-values.
6464

6565
**Directional Tests**
66-
- `p_gt_0`: :term:`Posterior probability` that the effect is greater than zero (positive effect)
66+
- `p_gt_0`: {term}`Posterior probability` that the effect is greater than zero (positive effect)
6767
- `p_lt_0`: Posterior probability that the effect is less than zero (negative effect)
6868
- **Interpretation:** Direct probability statements about the hypothesis
6969
- **Example:** If `p_gt_0 = 0.95`, there's a 95% probability the effect is positive

0 commit comments

Comments
 (0)