Skip to content

Commit

Permalink
✏️ Fix equation not displayed in a table
Browse files Browse the repository at this point in the history
This is due to the presence of a glossary acronym in the equation.
Fixes #890
  • Loading branch information
ebouchut committed Jan 20, 2025
1 parent 7043d06 commit b7328e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operation/algorithm/prediction.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ where BG is the predicted change in glucose with the units (mg/dL/5min) at time

The retrospective correction effect can be illustrated with an example: if the BG*vel* over the past 30 minutes was -10 mg/dL per 5min, then the retrospective correction effect over the next 60 minutes would be as follows:

| Minutes relative to now (*t=0*) | Percent of $BG_{vel}$ Applied to RC Effect | $\Delta BG_{RC}[t]$ |
| Minutes relative to now (*t=0*) | Percent of $BG_{vel}$ Applied to RC Effect | $\Delta BG_{\mathit{R}\mathit{C}}[t]$ |
|---------------------------------|--------------------------------------------|---------------------|
| 5 | 100% | -10 |
| 10 | 91% | -9.1 |
Expand Down

0 comments on commit b7328e9

Please sign in to comment.