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 211428c commit a728414Copy full SHA for a728414
src/state_estim.jl
@@ -131,7 +131,7 @@ end
131
@doc raw"""
132
augment_model(model::LinModel, As, Cs)
133
134
-Augment [`LinModel`](ref) state-space matrices with the stochastic ones `As` and `Cs`.
+Augment [`LinModel`](@ref) state-space matrices with the stochastic ones `As` and `Cs`.
135
136
If ``\mathbf{x_d}`` are `model.x` states, and ``\mathbf{x_s}``, the states defined at
137
[`init_estimstoch`](@ref), we define an augmented state vector ``\mathbf{x} =
0 commit comments