From e04c5598ab395ba42376e8dc837f9d83a710b253 Mon Sep 17 00:00:00 2001 From: Anders Wallin Date: Sun, 3 Dec 2023 19:56:45 +0200 Subject: [PATCH] \\text{} ? --- allantools/allantools.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/allantools/allantools.py b/allantools/allantools.py index fb22299..a39397e 100644 --- a/allantools/allantools.py +++ b/allantools/allantools.py @@ -847,11 +847,11 @@ def totdev(data, rate=1.0, data_type="phase", taus=None): .. math:: - x^*_{1-j} = 2x_1 - x_{1+j} \quad \textrm{for} j=1..N-2 + x^*_{1-j} = 2x_1 - x_{1+j} \\quad \\text{for} j=1..N-2 - x^*_i = x_i \quad \textrm{for} i=1..N + x^*_i = x_i \\quad \\text{for} i=1..N - x^*_{N+j} = 2x_N - x_{N-j} \quad \textrm{for} j=1..N-2 + x^*_{N+j} = 2x_N - x_{N-j} \\quad \\text{for} j=1..N-2 FIXME: bias correction http://www.wriley.com/CI2.pdf page 5 @@ -926,7 +926,7 @@ def ttotdev(data, rate=1.0, data_type="phase", taus=None): .. math:: \\sigma^2_{TTOTDEV}( \\tau ) = { \\tau^2 \\over 3 } - \\sigma^2_{TOTDEV}( \\tau ) + \\sigma^2_{MTOTDEV}( \\tau ) Note that [SP1065]_ erroneously has tau-cubed here (!).