Skip to content

Commit d03247e

Browse files
committed
minor doc correction
1 parent 9f6c7ff commit d03247e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/estimator/mhe.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ N_k = \begin{cases}
132132
H_e & k ≥ H_e \end{cases}
133133
```
134134
See [`SteadyKalmanFilter`](@ref) for details on ``\mathbf{R̂}, \mathbf{Q̂}`` covariances and
135-
model augmentation.
135+
model augmentation. The process model is identical to the one in [`UnscentedKalmanFilter`](@ref)
136+
documentation.
136137
137138
# Arguments
138139
- `model::SimModel` : (deterministic) model for the estimations.

0 commit comments

Comments
 (0)