@@ -578,13 +578,14 @@ is based on the process model :
578578\e nd{aligned}
579579```
580580See [`SteadyKalmanFilter`](@ref) for details on ``\m athbf{v}(k), \m athbf{w}(k)`` noises and
581- ``\m athbf{R̂}, \m athbf{Q̂}`` covariances. The functions ``\m athbf{f̂, ĥ}`` are `model`
582- state-space functions augmented with the stochastic model of the unmeasured disturbances,
583- which is specified by the numbers of integrator `nint_u` and `nint_ym` (see Extended Help).
584- The ``\m athbf{ĥ^m}`` function represents the measured outputs of ``\m athbf{ĥ}`` function
585- (and unmeasured ones, for ``\m athbf{ĥ^u}``). The matrix ``\m athbf{P̂}`` is the estimation
586- error covariance of `model` state augmented with the stochastic ones. Three keyword
587- arguments specify its initial value with ``\m athbf{P̂}_{-1}(0) =
581+ ``\m athbf{R̂}, \m athbf{Q̂}`` covariances. The two matrices are constructed from ``\m athbf{Q̂ =
582+ \t ext{diag}(Q, Q_{int_u}, Q_{int_{ym}})}`` and ``\m athbf{R̂ = R}``. The functions
583+ ``\m athbf{f̂, ĥ}`` are `model` state-space functions augmented with the stochastic model of
584+ the unmeasured disturbances, which is specified by the numbers of integrator `nint_u` and
585+ `nint_ym` (see Extended Help). The ``\m athbf{ĥ^m}`` function represents the measured outputs
586+ of ``\m athbf{ĥ}`` function (and unmeasured ones, for ``\m athbf{ĥ^u}``). The matrix
587+ ``\m athbf{P̂}`` is the estimation error covariance of `model` state augmented with the
588+ stochastic ones. Three keyword arguments specify its initial value with ``\m athbf{P̂}_{-1}(0) =
588589\m athrm{diag}\{ \m athbf{P}(0), \m athbf{P_{int_{u}}}(0), \m athbf{P_{int_{ym}}}(0) \} ``. The
589590initial state estimate ``\m athbf{x̂}_{-1}(0)`` can be manually specified with [`setstate!`](@ref).
590591
0 commit comments