We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2c77d commit f7ec298Copy full SHA for f7ec298
src/estimator/kalman.jl
@@ -1125,7 +1125,7 @@ augmented process model:
1125
\end{aligned}
1126
```
1127
The matrix ``\mathbf{Ĥ^m}`` is the rows of ``\mathbf{Ĥ}`` that are measured outputs. The
1128
-Jacobians are computed with [`ForwardDiff`](@extref ForwardDiff) bu default. The correction
+Jacobians are computed with [`ForwardDiff`](@extref ForwardDiff) by default. The correction
1129
and prediction step equations are provided below. The correction step is skipped if
1130
`estim.direct == true` since it's already done by the user.
1131
0 commit comments