Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
01binary committed Jul 20, 2024
1 parent 086b792 commit c0ac358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/articles/kalman-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ A process *noise* or *disturbance* covariance matrix usually denoted by `Q` look

> Noise or disturbance is the difference between the system model and the real system. Its covariance represents the likelihood of state variables being affected by random occurrences like external forces, noise, or the system state being updated using imperfect (noisy) inputs.
There are a few ways to initialize the `Q` covariance matrix:

+ Similarly to estimate covariance, the approximate variance of noise or disturbance affecting all state variables in the same way could be *projected* by spreading the same variance across the diagonal:

```matlab
Expand Down

0 comments on commit c0ac358

Please sign in to comment.