Skip to content

Commit

Permalink
Logarithmic -> Logarithm
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Sep 19, 2024
1 parent 740eacf commit d236f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions anesthetic/tension.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ def stats(A, B, AB, nsamples=None, beta=None): # noqa: D301
Using nested sampling we can compute:
- ``logR``: Logarithmic of R statistic
- ``logR``: Logarithm of R statistic
.. math::
\\log\\mathcal{R} = \\log\\mathcal{Z}_\\mathrm{AB}
- \\log\\mathcal{Z}_\\mathrm{A}
- \\log\\mathcal{Z}_\\mathrm{B}
- ``logI``: Logarithmic of information ratio
- ``logI``: Logarithm of information ratio
.. math::
\\log\\mathcal{I} = \\mathcal{D}_\\mathrm{KL}^A
+ \\mathcal{D}_\\mathrm{KL}^B
- \\mathcal{D}_\\mathrm{KL}^{AB}
- ``logS``: Logarithmic of suspiciousness
- ``logS``: Logarithm of suspiciousness
.. math::
\\log\\mathcal{S} = \\log\\mathcal{L}_\\mathrm{AB}
Expand Down

0 comments on commit d236f34

Please sign in to comment.