Skip to content

Commit 075993e

Browse files
committed
Update ar1_processes.md
1 parent 642a4f4 commit 075993e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/ar1_processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The *AR(1) model* (autoregressive model of order 1) takes the form
5656
X_{t+1} = a X_t + b + c W_{t+1}
5757
```
5858

59-
where $a, b, c$ are scalar-valued parameters and the equation is a **stochastic recurrence relations**.
59+
where $a, b, c$ are scalar-valued parameters and the equation is a *stochastic recurrence relations*.
6060

6161
For example, $X_t$ might be
6262

0 commit comments

Comments
 (0)