Skip to content

Commit

Permalink
Change math. symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Apr 25, 2018
1 parent 2543d7c commit f1735fa
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 @@ -30,7 +30,7 @@ The approach for generating heat demand profiles is described in section 4.1 (Sy
The geometric series approach is meant to account for thermal inertia.

:math:`T = \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}`
: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}`

Depending on the profile type, different coefficients A, B, C, D for the sigmoid function are used.

Expand Down

0 comments on commit f1735fa

Please sign in to comment.