Skip to content

Commit f39b985

Browse files
Run pre-commit
1 parent 2d2db27 commit f39b985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Dispatching
1414

1515
[Dispersion](https://en.wikipedia.org/wiki/Statistical_dispersion)
1616
In statistics, dispersion (also called variability, scatter, or spread) is the extent to which a distribution is stretched or squeezed
17-
17+
1818
[Overdispersion](https://en.wikipedia.org/wiki/Overdispersion)
1919
In statistics, overdispersion is the presence of greater {term}`variability <dispersion>` in a data set than would be expected based on a given statistical model.
2020

2121
Underdispersion
2222
In statistics, underdispersion is the presence of lower {term}`variability <dispersion>` in a data set than would be expected based on a given statistical model.
23-
Choosing which function or method implementation to use based on the type of the input variables (usually just the first variable). For some examples, see Python's documentation for the [singledispatch](https://docs.python.org/3/library/functools.html#functools.singledispatch) decorator.
24-
23+
Choosing which function or method implementation to use based on the type of the input variables (usually just the first variable). For some examples, see Python's documentation for the [singledispatch](https://docs.python.org/3/library/functools.html#functools.singledispatch) decorator.
24+
2525
Bayesian Workflow
2626
Bayesian workflow is the overall iterative procedure towards model refinement. It often includes the two related tasks of {term}`inference` and the exploratory analysis of models.
2727
- For a compact overview, see Bayesian statistics and modelling by van de Schoot, R., Depaoli, S., King, R. et al in Nat Rev Methods - Primers 1, 1 (2021).

0 commit comments

Comments
 (0)