Skip to content

Commit c83fa97

Browse files
author
shuanghuab
committed
change typo and fix equation ref
1 parent 8900d12 commit c83fa97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

local_optimization/NLDF/data_fitting_robustness.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"## Technical Setup\n",
1717
"\n",
1818
"### NAG Library\n",
19-
"To run this notebook, you will need to install the NAG Library for Python (Mark 28.5 or newer) and a license key. You can find the software and request key from our website here: https://www.nag.com/content/getting-started-nag-library?lang=py&os=linux\n",
19+
"To run this notebook, you will need to install the NAG Library for Python (Mark 28.5 or newer) and a license key. You can find the software and request a license key from our website here: https://www.nag.com/content/getting-started-nag-library?lang=py&os=linux\n",
2020
"\n",
2121
"### Correct Rendering of this notebook\n",
2222
"\n",
@@ -108,7 +108,6 @@
108108
"We will fit it with a model \n",
109109
"\n",
110110
"$$\n",
111-
"\\label{model}\n",
112111
"\\varphi(t;x)\\ =x_1\\sin(x_2t)\n",
113112
"$$\n",
114113
"\n",
@@ -452,7 +451,7 @@
452451
"id": "7e721f62",
453452
"metadata": {},
454453
"source": [
455-
"We will fit this data set using 3 different loss functions with the same model $\\varphi(t;x)$ defined in (\\ref{model}) each time and discuss the results under the plots all at once below."
454+
"We will fit this data set using 3 different loss functions with the same model $\\varphi(t;x)$ each time and discuss the results under the plots all at once below."
456455
]
457456
},
458457
{

0 commit comments

Comments
 (0)