Skip to content

Commit 30e6b29

Browse files
committed
idem
1 parent 600543e commit 30e6b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/kalman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The process model is identical to [`SteadyKalmanFilter`](@ref). The matrix
236236
``\mathbf{P̂}_k(k+1)`` is the estimation error covariance of `model` states augmented with
237237
the stochastic ones (specified by `nint_ym`). Three keyword arguments modify its initial
238238
value with ``\mathbf{P̂}_{-1}(0) =
239-
\mathrm{diag}\{ \mathbf{P}(0), \mathbf{P_{int_{u}}}(0), \mathbf{P_{int_{ym}}} \}``.
239+
\mathrm{diag}\{ \mathbf{P}(0), \mathbf{P_{int_{u}}}(0), \mathbf{P_{int_{ym}}}(0) \}``.
240240
241241
# Arguments
242242
- `model::LinModel` : (deterministic) model for the estimations.

0 commit comments

Comments
 (0)