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 9f6c7ff commit d03247eCopy full SHA for d03247e
src/estimator/mhe.jl
@@ -132,7 +132,8 @@ N_k = \begin{cases}
132
H_e & k ≥ H_e \end{cases}
133
```
134
See [`SteadyKalmanFilter`](@ref) for details on ``\mathbf{R̂}, \mathbf{Q̂}`` covariances and
135
-model augmentation.
+model augmentation. The process model is identical to the one in [`UnscentedKalmanFilter`](@ref)
136
+documentation.
137
138
# Arguments
139
- `model::SimModel` : (deterministic) model for the estimations.
0 commit comments