You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that, in the figure above, the sequence $\{ \psi_t \}$ seems to be converging to a limiting distribution.
185
+
186
+
## Stationarity and asymptotic stability
187
+
188
+
When we use models to study the real world, it is generally preferable that our
189
+
models have clear, sharp predictions.
190
+
191
+
For dynamic problems, sharp predictions are related to stability.
192
+
193
+
For example, if a dynamic model predicts that inflation always converges to some
194
+
kind of steady state, then the model gives a sharp prediction.
195
+
196
+
(The prediction might be wrong, but even this is helpful, because we can judge the quality of the model.)
197
+
198
+
Notice that, in the figure above, the sequence $\{ \psi_t \}$ seems to be converging to a limiting distribution, suggesting some kind of stability.
179
199
180
200
This is even clearer if we project forward further into the future:
181
201
@@ -248,16 +268,21 @@ plt.show()
248
268
249
269
As claimed, the sequence $\{ \psi_t \}$ converges to $\psi^*$.
250
270
251
-
### Stationary Distributions
271
+
We see that, at least for these parameters, the AR(1) model has strong stability
272
+
properties.
273
+
274
+
275
+
252
276
253
-
A stationary distribution is a distribution that is a fixed
254
-
point of the update rule for distributions.
277
+
### Stationary distributions
255
278
256
-
In other words, if $\psi_t$ is stationary, then $\psi_{t+j} =
257
-
\psi_t$ for all $j$ in $\mathbb N$.
279
+
Let's try to better understand the limiting distribution $\psi^*$.
258
280
259
-
A different way to put this, specialized to the current setting, is as follows: a
260
-
density $\psi$ on $\mathbb R$ is **stationary** for the AR(1) process if
281
+
A stationary distribution is a distribution that is a "fixed point" of the update rule for the AR(1) process.
282
+
283
+
In other words, if $\psi_t$ is stationary, then $\psi_{t+j} = \psi_t$ for all $j$ in $\mathbb N$.
284
+
285
+
A different way to put this, specialized to the current setting, is as follows: a density $\psi$ on $\mathbb R$ is **stationary** for the AR(1) process if
261
286
262
287
$$
263
288
X_t \sim \psi
@@ -279,8 +304,8 @@ Thus, when $|a| < 1$, the AR(1) model has exactly one stationary density and tha
279
304
280
305
The concept of ergodicity is used in different ways by different authors.
281
306
282
-
One way to understand it in the present setting is that a version of the Law
283
-
of Large Numbers is valid for $\{X_t\}$, even though it is not IID.
307
+
One way to understand it in the present setting is that a version of the law
308
+
of large numbers is valid for $\{X_t\}$, even though it is not IID.
284
309
285
310
In particular, averages over time series converge to expectations under the
286
311
stationary distribution.
@@ -310,11 +335,21 @@ $$
310
335
\quad \text{as } m \to \infty
311
336
$$
312
337
313
-
In other words, the time series sample mean converges to the mean of the
314
-
stationary distribution.
338
+
In other words, the time series sample mean converges to the mean of the stationary distribution.
339
+
340
+
341
+
Ergodicity is important for a range of reasons.
342
+
343
+
For example, {eq}`ar1_ergo` can be used to test theory.
344
+
345
+
In this equation, we can use observed data to evaluate the left hand side of {eq}`ar1_ergo`.
346
+
347
+
And we can use a theoretical AR(1) model to calculate the right hand side.
348
+
349
+
If $\frac{1}{m} \sum_{t = 1}^m X_t$ is not close to $\psi^(x)$, even for many
350
+
observations, then our theory seems to be incorrect and we will need to revise
351
+
it.
315
352
316
-
As will become clear over the next few lectures, ergodicity is a very
317
-
important concept for statistics and simulation.
318
353
319
354
## Exercises
320
355
@@ -339,7 +374,7 @@ M_k =
339
374
\end{cases}
340
375
$$
341
376
342
-
Here $n!!$ is the double factorial.
377
+
Here $n!!$ is the [double factorial](https://en.wikipedia.org/wiki/Double_factorial).
343
378
344
379
According to {eq}`ar1_ergo`, we should have, for any $k \in \mathbb N$,
0 commit comments