diff --git a/_projects/linear-time-series.md b/_projects/linear-time-series.md new file mode 100644 index 0000000..54a07a3 --- /dev/null +++ b/_projects/linear-time-series.md @@ -0,0 +1,11 @@ +--- +name: "Linear Time Series Analysis" +authors: "Thomas J. Sargent" +description: "An updated and extended version of Chapters IX, X, XI, and XIV of *Macroeconomic Theory* (1987), covering linear difference equations and lag operators, linear least squares projection, covariance stationary processes and spectral analysis, Wiener–Kolmogorov prediction and filtering, and rational expectations equilibrium, with Python code, redrawn figures, and worked solutions." +link: https://thomassargent30.github.io/sargent-time-series/intro.html +image: linear-time-series-thumb.png +order: 5 +type: book +category: community +new: true +--- diff --git a/_projects/networks.md b/_projects/networks.md index 6472137..faa81c1 100644 --- a/_projects/networks.md +++ b/_projects/networks.md @@ -4,7 +4,7 @@ authors: "John Stachurski and Thomas J. Sargent" description: "This book is an introduction to economic networks and it emphasizes quantitative modeling, with the main underlying tools being graph theory, linear algebra, fixed point theory and programming." link: https://networks.quantecon.org image: networks-image.png -order: 5 +order: 6 type: book category: quantecon --- diff --git a/assets/img/books/linear-time-series-cover.png b/assets/img/books/linear-time-series-cover.png new file mode 100644 index 0000000..9804594 Binary files /dev/null and b/assets/img/books/linear-time-series-cover.png differ diff --git a/assets/img/books/linear-time-series-thumb.png b/assets/img/books/linear-time-series-thumb.png new file mode 100644 index 0000000..ada3f37 Binary files /dev/null and b/assets/img/books/linear-time-series-thumb.png differ