Skip to content

Commit

Permalink
Fix math markup in markdown tables
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Mar 8, 2022
1 parent 472e4a4 commit 25a3970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions notebooks/Basic_ExponentialModel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
"\n",
"| parameter | interpretation\n",
"| ----- | -- |\n",
"| $$I \\in \\mathcal{R} $$ | y-axis intercept |\n",
"| $$L \\in \\mathcal{R} $$ | asymptotic limit |\n",
"| $$k \\in \\mathcal{R} $$ | exponential rate parameter |"
"| $I \\in \\mathcal{R}$ | y-axis intercept |\n",
"| $L \\in \\mathcal{R}$ | asymptotic limit |\n",
"| $k \\in \\mathcal{R}$ | exponential rate parameter |"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions notebooks/Basic_GeneralizedLogistic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"\n",
"| parameter | interpretation\n",
"| ----- | -- |\n",
"| $$L_L \\in \\mathcal{R} $$ | lower asymptote |\n",
"| $$L_U \\in \\mathcal{R} $$ | upper asymptote |\n",
"| $$I_x \\in \\mathcal{R} $$ | x-value of the inflection point |\n",
"| $$S \\in \\mathcal{R} $$ | slope at the inflection point `I_x` |\n",
"| $$c \\in \\mathcal{R} $$ | moves the inflection point closer to `L_L` (`c < 0`) or closer to `L_U` (`0 < c`). |\n"
"| $L_L \\in \\mathcal{R}$ | lower asymptote |\n",
"| $L_U \\in \\mathcal{R}$ | upper asymptote |\n",
"| $I_x \\in \\mathcal{R}$ | x-value of the inflection point |\n",
"| $S \\in \\mathcal{R}$ | slope at the inflection point `I_x` |\n",
"| $c \\in \\mathcal{R}$ | moves the inflection point closer to `L_L` (`c < 0`) or closer to `L_U` (`0 < c`). |\n"
]
},
{
Expand Down

0 comments on commit 25a3970

Please sign in to comment.