Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
Expand Down
2 changes: 1 addition & 1 deletion time_series_with_matrices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down