From fa60fc0e4fff7ca2a718474337c03996650fce7f Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:01:03 +0200 Subject: [PATCH 1/2] Update networks.ipynb --- networks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks.ipynb b/networks.ipynb index 87ceaf0..a4b6c2b 100644 --- a/networks.ipynb +++ b/networks.ipynb @@ -1528,7 +1528,7 @@ "\n", "We see $ e_j $ will be high if many nodes with high authority rankings link to $ j $.\n", "\n", - "The following figurenshows the authority-based eigenvector centrality ranking for the international\n", + "The following figure shows the authority-based eigenvector centrality ranking for the international\n", "credit network shown in Fig. 33.4." ] }, From 1ac75a3765a34befd919499cc2bd6dbc721daaf6 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 7 Jul 2023 00:01:06 +0200 Subject: [PATCH 2/2] Update time_series_with_matrices.ipynb --- time_series_with_matrices.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time_series_with_matrices.ipynb b/time_series_with_matrices.ipynb index b8221e0..b078a83 100644 --- a/time_series_with_matrices.ipynb +++ b/time_series_with_matrices.ipynb @@ -770,7 +770,7 @@ "source": [ "Notice that the covariance between $ y_t $ and $ y_{t-1} $ – the elements on the superdiagonal – are **not** identical.\n", "\n", - "This is is an indication that the time series respresented by our $ y $ vector is not **stationary**.\n", + "This is is an indication that the time series represented by our $ y $ vector is not **stationary**.\n", "\n", "To make it stationary, we’d have to alter our system so that our **initial conditions** $ (y_1, y_0) $ are not fixed numbers but instead a jointly normally distributed random vector with a particular mean and covariance matrix.\n", "\n",