Skip to content

Commit 543102e

Browse files
committed
minor doc correction
1 parent 1f13206 commit 543102e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/state_estim.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,16 @@ end
283283
284284
Init `estim.x̂` states from current inputs `u`, measured outputs `ym` and disturbances `d`.
285285
286-
The method removes the operating points with [`remove_op!`](@ref) and call
287-
[`init_estimate!`](@ref):
286+
The method tries to find a good stead-state for the initial esitmate ``\mathbf{x̂}(0)``. It
287+
removes the operating points with [`remove_op!`](@ref) and call [`init_estimate!`](@ref):
288288
289289
- If `estim.model` is a [`LinModel`](@ref), it finds the steady-state of the augmented model
290290
using `u` and `d` arguments, and uses the `ym` argument to enforce that ``\mathbf{ŷ^m} =
291291
\mathbf{y^m}``. For control applications, this solution produces a bumpless manual to
292292
automatic transfer. See [`init_estimate!`](@ref) for details.
293293
- Else, `estim.x̂` is left unchanged. Use [`setstate!`](@ref) to manually modify it.
294294
295-
If applicable, it also sets the error covariance to `estim.P = estim.P̂0`.
295+
If applicable, it also sets the error covariance `estim.P̂` to ``\mathbf{P̂}(0)``.
296296
297297
# Examples
298298
```jldoctest

0 commit comments

Comments
 (0)