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 600543e commit 30e6b29Copy full SHA for 30e6b29
src/estimator/kalman.jl
@@ -236,7 +236,7 @@ The process model is identical to [`SteadyKalmanFilter`](@ref). The matrix
236
``\mathbf{P̂}_k(k+1)`` is the estimation error covariance of `model` states augmented with
237
the stochastic ones (specified by `nint_ym`). Three keyword arguments modify its initial
238
value with ``\mathbf{P̂}_{-1}(0) =
239
- \mathrm{diag}\{ \mathbf{P}(0), \mathbf{P_{int_{u}}}(0), \mathbf{P_{int_{ym}}} \}``.
+ \mathrm{diag}\{ \mathbf{P}(0), \mathbf{P_{int_{u}}}(0), \mathbf{P_{int_{ym}}}(0) \}``.
240
241
# Arguments
242
- `model::LinModel` : (deterministic) model for the estimations.
0 commit comments