Skip to content

Commit

Permalink
Further string corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Sep 19, 2024
1 parent 7e90ac5 commit 75d3067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions anesthetic/tension.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ def stats(A, B, AB, nsamples=None, beta=None): # noqa: D301
- ``logR``: Logarithmic of R statistic
.. math::
\\log\\mathcal{R} = \\log\\mathcal{Z}_\\\mathrm{AB}
\\log\\mathcal{R} = \\log\\mathcal{Z}_\\\mathrm{AB}
- \\log\\mathcal{Z}_\\mathrm{A}
- \\log\\mathcal{Z}_\\mathrm{B}
- ``logI``: Logarithmic of information ratio
.. math::
\\log\mathcal{I} = \\mathcal{D}_\\mathrm{KL}^A
+ \\mathcal{D}_\\mathrm{KL}^B
\\log\\mathcal{I} = \\mathcal{D}_\\mathrm{KL}^A
+ \\mathcal{D}_\\mathrm{KL}^B
- \\mathcal{D}_\\mathrm{KL}^{AB}
- ``logS``: Logarithmic of suspiciousness
.. math::
\\log\mathcal{S} = \\log\\mathcal{L}_\\mathrm{AB}
- \\log\\mathcal{L}_\\mathrm{A}
\\log\\mathcal{S} = \\log\\mathcal{L}_\\mathrm{AB}
- \\log\\mathcal{L}_\\mathrm{A}
- \\log\\mathcal{L}_\\mathrm{B}
- ``d_G``: Gaussian model dimensionality
Expand Down

0 comments on commit 75d3067

Please sign in to comment.