Skip to content

Commit a22cc6a

Browse files
committed
idem
1 parent ddf460e commit a22cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/internal_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Init `estim.x̂` \ `x̂d` \ `x̂s` estimate at steady-state for [`InternalModel`
221221
222222
The deterministic estimates `estim.x̂d` start at steady-state using `u` and `d` arguments:
223223
```math
224-
\mathbf{x̂_d} = \mathbf{(I-Â)^{-1} B̂_u u}
224+
\mathbf{x̂_d} = \mathbf{(I - Â)^{-1} B̂_u u}
225225
```
226226
Based on `ym` argument and current stochastic outputs estimation ``\mathbf{ŷ_s}``, composed
227227
of the measured ``\mathbf{ŷ_s^m} = \mathbf{y^m} - \mathbf{ŷ_d^m}`` and unmeasured

0 commit comments

Comments
 (0)