Skip to content

Commit

Permalink
Merge pull request #892 from ebouchut/fix/equation_not_displayed
Browse files Browse the repository at this point in the history
✏️ Fix equation not displayed in a table
  • Loading branch information
ebouchut authored Jan 20, 2025
2 parents 7043d06 + b7328e9 commit 75e271d
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 75e271d

Please sign in to comment.