Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
albertpod committed Dec 14, 2023
1 parent becb0d5 commit 1852a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ service:
observations = load_dataset()
\n
\n
result = inference(\n
result = infer(\n
\tmodel = SSM(length(observations), x0, A, B, Q, P), \n
\tdata = (y = observations,)\n
)
Expand Down

0 comments on commit 1852a15

Please sign in to comment.