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.
1 parent ddf460e commit a22cc6aCopy full SHA for a22cc6a
src/estimator/internal_model.jl
@@ -221,7 +221,7 @@ Init `estim.x̂` \ `x̂d` \ `x̂s` estimate at steady-state for [`InternalModel`
221
222
The deterministic estimates `estim.x̂d` start at steady-state using `u` and `d` arguments:
223
```math
224
-\mathbf{x̂_d} = \mathbf{(I-Â)^{-1} B̂_u u}
+ \mathbf{x̂_d} = \mathbf{(I - Â)^{-1} B̂_u u}
225
```
226
Based on `ym` argument and current stochastic outputs estimation ``\mathbf{ŷ_s}``, composed
227
of the measured ``\mathbf{ŷ_s^m} = \mathbf{y^m} - \mathbf{ŷ_d^m}`` and unmeasured
0 commit comments