Skip to content

Commit cc91428

Browse files
committed
changed sections to agree better
1 parent 6b2d19b commit cc91428

4 files changed

Lines changed: 277 additions & 504 deletions

examples/1_basic_tutorial.ipynb

Lines changed: 159 additions & 159 deletions
Large diffs are not rendered by default.

examples/2a_optimizing_parameters_with_dxdt_known.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"cell_type": "markdown",
130130
"metadata": {},
131131
"source": [
132-
"### 1.1 Smooth Finite Difference: Mean smoothing"
132+
"### 1.1 Mean smoothing"
133133
]
134134
},
135135
{
@@ -168,7 +168,7 @@
168168
"cell_type": "markdown",
169169
"metadata": {},
170170
"source": [
171-
"### 1.2 Smooth Finite Difference: Median smoothing"
171+
"### 1.2 Median smoothing"
172172
]
173173
},
174174
{
@@ -207,7 +207,7 @@
207207
"cell_type": "markdown",
208208
"metadata": {},
209209
"source": [
210-
"### 1.3 Smooth Finite Difference: Gaussian smoothing"
210+
"### 1.3 Gaussian smoothing"
211211
]
212212
},
213213
{
@@ -246,7 +246,7 @@
246246
"cell_type": "markdown",
247247
"metadata": {},
248248
"source": [
249-
"### 1.4 Smooth Finite Difference: Friedrichs smoothing"
249+
"### 1.4 Friedrichs smoothing"
250250
]
251251
},
252252
{
@@ -285,7 +285,7 @@
285285
"cell_type": "markdown",
286286
"metadata": {},
287287
"source": [
288-
"### 1.5 Smooth Finite Difference: Butterworth smoothing"
288+
"### 1.5 Butterworth smoothing"
289289
]
290290
},
291291
{
@@ -326,7 +326,7 @@
326326
"source": [
327327
"## 2. Polynomial-Based Methods\n",
328328
"\n",
329-
"### 2.1 Spline smoothing"
329+
"### 2.1 Splines"
330330
]
331331
},
332332
{
@@ -365,7 +365,7 @@
365365
"cell_type": "markdown",
366366
"metadata": {},
367367
"source": [
368-
"### 2.2 Sliding Polynomial Fit"
368+
"### 2.2 Sliding polynomial fit"
369369
]
370370
},
371371
{
@@ -404,7 +404,7 @@
404404
"cell_type": "markdown",
405405
"metadata": {},
406406
"source": [
407-
"### 2.3 Savitzky-Golay Filter"
407+
"### 2.3 Savitzky-Golay filter"
408408
]
409409
},
410410
{
@@ -525,7 +525,7 @@
525525
"cell_type": "markdown",
526526
"metadata": {},
527527
"source": [
528-
"### 4.2 Convex Total Variation Regularization: regularize acceleration with gaussian smoothing"
528+
"### 4.2 TVR acceleration with gaussian smoothing"
529529
]
530530
},
531531
{

examples/2b_optimizing_parameters_with_dxdt_unknown.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"cell_type": "markdown",
163163
"metadata": {},
164164
"source": [
165-
"### 1.1 Smooth Finite Difference: Mean smoothing"
165+
"### 1.1 Mean smoothing"
166166
]
167167
},
168168
{
@@ -201,7 +201,7 @@
201201
"cell_type": "markdown",
202202
"metadata": {},
203203
"source": [
204-
"### 1.2 Smooth Finite Difference: Median smoothing"
204+
"### 1.2 Median smoothing"
205205
]
206206
},
207207
{
@@ -240,7 +240,7 @@
240240
"cell_type": "markdown",
241241
"metadata": {},
242242
"source": [
243-
"### 1.3 Smooth Finite Difference: Gaussian smoothing"
243+
"### 1.3 Gaussian smoothing"
244244
]
245245
},
246246
{
@@ -279,7 +279,7 @@
279279
"cell_type": "markdown",
280280
"metadata": {},
281281
"source": [
282-
"### 1.4 Smooth Finite Difference: Friedrichs smoothing"
282+
"### 1.4 Friedrichs smoothing"
283283
]
284284
},
285285
{
@@ -318,7 +318,7 @@
318318
"cell_type": "markdown",
319319
"metadata": {},
320320
"source": [
321-
"### 1.5 Smooth Finite Difference: Butterworth smoothing"
321+
"### 1.5 Butterworth smoothing"
322322
]
323323
},
324324
{
@@ -398,7 +398,7 @@
398398
"cell_type": "markdown",
399399
"metadata": {},
400400
"source": [
401-
"### 2.2 Sliding Polynomial Fit"
401+
"### 2.2 Sliding polynomial fit"
402402
]
403403
},
404404
{
@@ -437,7 +437,7 @@
437437
"cell_type": "markdown",
438438
"metadata": {},
439439
"source": [
440-
"### 2.3 Savitzky-Golay Filter"
440+
"### 2.3 Savitzky-Golay filter"
441441
]
442442
},
443443
{
@@ -556,7 +556,7 @@
556556
"cell_type": "markdown",
557557
"metadata": {},
558558
"source": [
559-
"### 4.2 Convex Total Variation Regularization: regularize acceleration with gaussian smoothing"
559+
"### 4.2 TVR acceleration with gaussian smoothing"
560560
]
561561
},
562562
{

0 commit comments

Comments
 (0)