Skip to content

Commit 12e2dad

Browse files
committed
update scalar
1 parent f6dba9d commit 12e2dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/muth_kalman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ kmuth = Kalman(ss, x_hat_0, Σ_0)
176176
# representation
177177
S1, K1 = kmuth.stationary_values()
178178
179-
# Extract scalars from the nested array
179+
# Extract scalars from nested arrays
180180
S1, K1 = S1.item(), K1.item()
181181
182182
# Form innovation representation state-space

0 commit comments

Comments
 (0)