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

Average shortest path formulas #20

Open
filmenczer opened this issue May 31, 2021 · 1 comment
Open

Average shortest path formulas #20

filmenczer opened this issue May 31, 2021 · 1 comment
Assignees
Labels
errata Flag errors in the book

Comments

@filmenczer
Copy link
Collaborator

In Eq. 2.2, 2.3, and 2.5 the sum over the pairs of nodes is supposed to include each pair (i,j) once or both (i,j) and (j,i) depending on whether the network is directed or undirected. This is mentioned in the text but it may be unclear and confusing. We could rewrite the formulas so that the notation $\sum_{i,j}$ always means the same thing.

Thanks to @giaruffo for flagging this issue!

@filmenczer filmenczer added the errata Flag errors in the book label May 31, 2021
@filmenczer filmenczer self-assigned this May 31, 2021
@filmenczer
Copy link
Collaborator Author

The following edits may add clarity:

  • Eqs. 2.2 and 2.5: $\sum_{i,j}$ -> $\sum_{i < j}$
  • Eq. 2.3: $\sum_{i,j}$ -> $\sum_{i \ne j}$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
errata Flag errors in the book
Projects
None yet
Development

No branches or pull requests

1 participant