Skip to content

Commit 533e30f

Browse files
committed
change heading style
1 parent b1629e8 commit 533e30f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lectures/kalman.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ from scipy.linalg import eigvals
6868
from quantecon import Kalman, LinearStateSpace
6969
```
7070

71-
## The Basic Idea
71+
## The basic idea
7272

7373
The Kalman filter has many applications in economics, but for now
7474
let's pretend that we are rocket scientists.
@@ -197,7 +197,7 @@ ax.clabel(cs, inline=1, fontsize=10)
197197
plt.show()
198198
```
199199

200-
### The Filtering Step
200+
### The filtering step
201201

202202
We are now presented with some good news and some bad news.
203203

@@ -342,7 +342,7 @@ information $y - G \hat x$.
342342
In generating the figure, we set $G$ to the identity matrix and $R = 0.5 \Sigma$ for $\Sigma$ defined in {eq}`kalman_dhxs`.
343343

344344
(kl_forecase_step)=
345-
### The Forecast Step
345+
### The forecast step
346346

347347
What have we achieved so far?
348348

@@ -468,7 +468,7 @@ ax.contourf(X, Y, new_Z, 6, alpha=0.6, cmap=cm.jet)
468468
plt.show()
469469
```
470470

471-
### The Recursive Procedure
471+
### The recursive procedure
472472

473473
```{index} single: Kalman Filter; Recursive Procedure
474474
```

0 commit comments

Comments
 (0)