Skip to content

Commit

Permalink
Merge pull request #16 from ReactiveBayes/dev-infer
Browse files Browse the repository at this point in the history
Update example
  • Loading branch information
bvdmitri authored Jan 22, 2024
2 parents 7d65cf2 + 1852a15 commit 010454a
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 010454a

Please sign in to comment.