Skip to content

Commit 51f20c3

Browse files
authored
Merge pull request #392 from vflores-io/add_structdyn_example
add structural dynamics example
2 parents 8fe0d2b + d346fdc commit 51f20c3

File tree

4 files changed

+1798
-4
lines changed

4 files changed

+1798
-4
lines changed

docs/src/manuals/sharpbits/stack-overflow-inference.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ using RxInfer
4040
end
4141
end
4242
43-
data = (y = rand(10000), )
44-
45-
using Test #hide
46-
@test_throws StackOverflowError infer(model = long_state_space_model(), data = data) #hide
43+
data = (y = randn(10000), )
4744
4845
results = infer(
4946
model = long_state_space_model(),

examples/.meta.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ return (
153153
description = "Using Bayesian Inference and RxInfer to estimate daily litter events (adapted from https://learnableloop.com/posts/LitterModel_PORT.html)",
154154
category = :problem_specific
155155
),
156+
(
157+
filename = "Structural Dynamics with Augmented Kalman Filter.ipynb",
158+
title = "Structural Dynamics with Augmented Kalman Filter",
159+
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**.",
160+
category = :problem_specific
161+
),
156162
(
157163
filename = "Tiny Benchmark.ipynb",
158164
title = "Tiny Benchmark",

examples/pics/shear_model.png

25.2 KB
Loading

0 commit comments

Comments
 (0)