Skip to content
Snippets Groups Projects
Commit f221fad0 authored by inso's avatar inso
Browse files

Fix source string of r0

parent b4f3b1c1
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class RelativeZSum(BaseReferential): ...@@ -10,7 +10,7 @@ class RelativeZSum(BaseReferential):
_REF_STR_ = QT_TRANSLATE_NOOP('RelativeZSum', "{0} {1}R0{2}") _REF_STR_ = QT_TRANSLATE_NOOP('RelativeZSum', "{0} {1}R0{2}")
_UNITS_STR_ = QT_TRANSLATE_NOOP('RelativeZSum', "R0 {0}") _UNITS_STR_ = QT_TRANSLATE_NOOP('RelativeZSum', "R0 {0}")
_FORMULA_STR_ = QT_TRANSLATE_NOOP('RelativeZSum', _FORMULA_STR_ = QT_TRANSLATE_NOOP('RelativeZSum',
"""R0 = (R / UD(t)) - (( M(t-1) / N(t) ) / UD(t)) """R0 = (Q / UD(t)) - (( M(t-1) / N(t) ) / UD(t))
<br > <br >
<table> <table>
<tr><td>R0</td><td>Relative value at zero sum</td></tr> <tr><td>R0</td><td>Relative value at zero sum</td></tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment