Skip to content

Commit 3817eb9

Browse files
committed
scalar wording
1 parent 5599540 commit 3817eb9

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
@@ -233,7 +233,7 @@ With this tool at our disposal, let’s form the composite system and
233233
simulate it
234234

235235
```{code-cell} python3
236-
# Extract integer K1 from the nested array
236+
# Extract the scalar K1 from the nested array
237237
K1 = K1[0][0]
238238
239239
# Create grand state-space for y_t, a_t as observed vars -- Use

0 commit comments

Comments
 (0)