Skip to content

Commit

Permalink
Update the Kalman filter example to syntax changes that have transpired.
Browse files Browse the repository at this point in the history
- Function arguments and comma-separated and in parens, and given clauses are at the end
- Array indexing uses square brackets
- from_ordinal no longer takes the desired type as a required positional argument
- There are structs now instead of records
- Reference operations accept structs, so the gaussianToTup workaround is not needed
  • Loading branch information
axch committed Nov 3, 2023
1 parent 650452f commit 3e58d18
Showing 1 changed file with 165 additions and 199 deletions.
Loading

0 comments on commit 3e58d18

Please sign in to comment.