Skip to content

Commit 0877fd2

Browse files
committed
doc comments on initialization
1 parent d9b1e80 commit 0877fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/state_estim.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ end
290290
291291
Init `estim.x̂` states from current inputs `u`, measured outputs `ym` and disturbances `d`.
292292
293-
The method tries to find a good steady-state to initialize `estim.x̂` estimate :
293+
The method set the estimation error covariance to `estim.P̂0` (if applicable) and tries to
294+
find a good steady-state to initialize `estim.x̂` estimate :
294295
295296
- If `estim.model` is a [`LinModel`](@ref), it evaluates `estim.model` steady-state (using
296297
[`steadystate`](@ref)) with current inputs `u` and measured disturbances `d`, and saves

0 commit comments

Comments
 (0)