Skip to content

Commit d346fdc

Browse files
committed
22prev
1 parent 0310d37 commit d346fdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/.meta.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ return (
154154
category = :problem_specific
155155
),
156156
(
157-
filename = "Structural Dynamics.ipynb",
158-
title = "Structural Dynamics",
157+
filename = "Structural Dynamics with Augmented Kalman Filter.ipynb",
158+
title = "Structural Dynamics with Augmented Kalman Filter",
159159
description = "In this example, we estimate system states and unknown input forces for a simple **structural dynamical system** using the Augmented Kalman Filter (AKF) (https://www.sciencedirect.com/science/article/abs/pii/S0888327011003931) in **RxInfer**.",
160160
category = :problem_specific
161161
),

examples/problem_specific/Structural Dynamics.ipynb renamed to examples/problem_specific/Structural Dynamics with Augmented Kalman Filter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Structural Dynamics"
7+
"# Structural Dynamics with Augmented Kalman Filter"
88
]
99
},
1010
{

0 commit comments

Comments
 (0)