@@ -46,9 +46,9 @@ Asymptotic stationarity and ergodicity are key assumptions needed to make it pos
46464747Are there ways to model time series that have persistent growth that still enable statistical learning based on a law of large numbers for an asymptotically stationary and ergodic process?
484849-The answer provided by Hansen and Scheinkman {cite}`hansen2009long` is yes.
49+The answer provided by Hansen {cite}`Hansen_2012_Eca` is yes.
505051-They described two classes of time series models that accommodate growth.
51+He described two classes of time series models that accommodate growth.
52525353They are
5454@@ -70,7 +70,7 @@ We also describe and compute decompositions of additive and multiplicative proce
70707171We describe how to construct, simulate, and interpret these components.
727273-More details about these concepts and algorithms can be found in Hansen and Sargent {cite}`hansen2008robustness`.
73+More details about these concepts and algorithms can be found in Hansen {cite}`Hansen_2012_Eca` and Hansen and Sargent {cite}`Hans_Sarg_book`.
74747575Let's start with some imports:
7676@@ -86,7 +86,7 @@ from scipy.stats import norm, lognorm
86868787## A Particular Additive Functional
888889-{cite}`hansen2009long` describe a general class of additive functionals.
89+{cite}`Hansen_2012_Eca` describes a general class of additive functionals.
90909191This lecture focuses on a subclass of these: a scalar process $\{y_t\}_{t=0}^\infty$ whose increments are driven by a Gaussian vector autoregression.
9292@@ -240,7 +240,7 @@ You can try writing these matrices down now as an exercise --- correct expressio
240240241241When simulating we embed our variables into a bigger system.
242242243-This system also constructs the components of the decompositions of $y_t$ and of $\exp(y_t)$ proposed by Hansen and Scheinkman {cite}`hansen2009long`.
243+This system also constructs the components of the decompositions of $y_t$ and of $\exp(y_t)$ proposed by Hansen {cite}`Hansen_2012_Eca`.
244244245245All of these objects are computed using the code below
246246@@ -739,7 +739,7 @@ $$
739739\end{aligned}
740740$$
741741742-Then the Hansen-Scheinkman {cite}`hansen2009long`, {cite}`Hans_Sarg_book` decomposition is
742+Then the Hansen {cite}`Hansen_2012_Eca`, {cite}`Hans_Sarg_book` decomposition is
743743744744$$
745745\begin{aligned}