We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
P̂
1 parent d9b1e80 commit 0877fd2Copy full SHA for 0877fd2
src/state_estim.jl
@@ -290,7 +290,8 @@ end
290
291
Init `estim.x̂` states from current inputs `u`, measured outputs `ym` and disturbances `d`.
292
293
-The method tries to find a good steady-state to initialize `estim.x̂` estimate :
+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 :
295
296
- If `estim.model` is a [`LinModel`](@ref), it evaluates `estim.model` steady-state (using
297
[`steadystate`](@ref)) with current inputs `u` and measured disturbances `d`, and saves
0 commit comments