Skip to content

Commit

Permalink
\\text{} ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallin committed Dec 3, 2023
1 parent 4d49ab0 commit e04c559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions allantools/allantools.py
Expand Up @@ -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
Expand Down Expand Up @@ -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 (!).
Expand Down

0 comments on commit e04c559

Please sign in to comment.