From d236f34d63aa09273eb7881e621336e22584bddd Mon Sep 17 00:00:00 2001 From: Will Handley Date: Thu, 19 Sep 2024 11:02:06 +0100 Subject: [PATCH] Logarithmic -> Logarithm --- anesthetic/tension.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anesthetic/tension.py b/anesthetic/tension.py index 74b18881..00a97ee7 100644 --- a/anesthetic/tension.py +++ b/anesthetic/tension.py @@ -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}