Skip to content

Commit

Permalink
Remove quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Jun 12, 2018
1 parent b7b01b3 commit afb9f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The geometric series approach is meant to account for thermal inertia.

.. math::
`\theta = \frac{T_t + 0.5 \cdot T_{t-1} + 0.25 \cdot T_{t-2} + 0.125 \cdot T_{t-3}}{1 + 0.5 + 0.25 + 0.125}`
\theta = \frac{T_t + 0.5 \cdot T_{t-1} + 0.25 \cdot T_{t-2} + 0.125 \cdot T_{t-3}}{1 + 0.5 + 0.25 + 0.125}
Depending on the profile type, different coefficients A, B, C, D for the sigmoid function are used.

Expand Down

0 comments on commit afb9f89

Please sign in to comment.