@@ -382,12 +382,12 @@ is based on the process model :
382382 \m athbf{y^u}(k) &= \m athbf{ĥ^u}\B ig(\m athbf{x}(k), \m athbf{d}(k)\B ig) \\
383383\e nd{aligned}
384384```
385- See [`SteadyKalmanFilter`](@ref) for details on ``\m athbf{v}(k), \m athbf{w}(k)`` noises and
386- ``\m athbf{R̂}, \m athbf{Q̂}`` covariances. The functions ``\m athbf{f̂, ĥ}`` are `model`
387- state- space functions augmented with the stochastic model, which is specified by the numbers
388- of output integrator `nint_ym` (see Extended Help). The
389- `` \m athbf{ĥ^m}`` function represents the measured outputs of ``\m athbf{ĥ}`` function (and
390- unmeasured ones, for ``\m athbf{ĥ^u}``).
385+ See [`SteadyKalmanFilter`](@ref) for details on ``\m athbf{v}(k), \m athbf{w}(k)`` noises and
386+ ``\m athbf{R̂}, \m athbf{Q̂}`` covariances. The functions ``\m athbf{f̂, ĥ}`` are `model` state-
387+ space functions augmented with the stochastic model, which is specified by the numbers of
388+ integrator `nint_u` and `nint_ym` (see Extended Help). The `` \m athbf{ĥ^m}`` function
389+ represents the measured outputs of ``\m athbf{ĥ}`` function (and unmeasured ones, for
390+ ``\m athbf{ĥ^u}``).
391391
392392# Arguments
393393- `model::SimModel` : (deterministic) model for the estimations.
@@ -413,9 +413,8 @@ UnscentedKalmanFilter estimator with a sample time Ts = 10.0 s, NonLinModel and:
413413# Extended Help
414414The Extended Help of [`SteadyKalmanFilter`](@ref) details the augmentation with `nint_ym`
415415and `nint_u` arguments. Note that the constructor does not validate the observability of
416- the resulting augmented [`NonLinModel`]. In such cases, it is the user's responsibility to
417- ensure that the augmented model is still observable.
418- ```
416+ the resulting augmented [`NonLinModel`](@ref). In such cases, it is the user's
417+ responsibility to ensure that the augmented model is still observable.
419418"""
420419function UnscentedKalmanFilter (
421420 model:: M ;
0 commit comments