Coder Social home page Coder Social logo

quantecon / book-networks-public Goto Github PK

View Code? Open in Web Editor NEW
82.0 82.0 24.0 59.05 MB

Companion Site for Economic Networks: Theory and Computation

Home Page: https://networks.quantecon.org

CSS 44.74% JavaScript 9.67% SCSS 42.76% HTML 2.83%
economics networks

book-networks-public's People

Contributors

dawkinsmw avatar drdrij avatar hengchengzhang avatar humphreyyang avatar jstac avatar mmcky avatar natashawatkins avatar pitmonticone avatar shlff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

book-networks-public's Issues

Referencing in code book.

@jstac what should referencing look like in the code book?
Should there be a bibliography, links to the articles, no links or should I avoid references?

May I translate the code to Mathematica?

This book is really fantastic. I would like to translate the code in this book into Wolfram Language/Mathematica and put the Jupyter notebooks in Github. Can I?

NetworkX Self loops

When plotting graphs, whether self loops are included depend on the version of NetworkX. The text includes plots both with and without self loops.

Proposed solution: use the later version of networkx that plots self loops but remove the diagonal of the adjacency matrix if they are not wanted.

Typo in the preface

Preface (page vi)

A verb is missing in the following sentence: "At the end of each chapter we provide notes, where informal comments
and references."

MAINT: Migrate code to be file based downloads

We are looking to simplify by:

  • remove jupyter-book builds
  • add code that is currently in this repo (as the source of truth) and convert them to files as used by the book
  • make the code downloadable as a file
  • archive quantecon-book-networks

[add_feature] export figures

Related code:

export_figures = False

and

if export_figures == True:
	plt.savefig("figures/xx.pdf")

where xx is the figure’s name.

export_figures name lists for each chapter:

ch_intro

  • crude_oil_2019.pdf
  • commercial_aircraft_2019_1.pdf
  • simplex_1.pdf
  • heavy_tailed_draws.pdf
  • ccdf_comparison_1.pdf
  • empirical_powerlaw_plots_firms_forbes.pdf
  • zeta_1.pdf
  • networkx_basics_1.pdf
  • financial_network_analysis_visualization.pdf
  • financial_network_analysis_centrality.pdf
  • commercial_aircraft_2019_2.pdf
  • rand_graph_experiments_1.pdf
  • rand_graph_experiments_2.pdf

ch_production

  • input_output_analysis_15.pdf
  • input_output_analysis_71.pdf
  • input_output_analysis_15_leo.pdf
  • input_output_analysis_15_shocks.pdf
  • input_output_analysis_15_ec.pdf
  • input_output_analysis_aus_114.pdf
  • input_output_analysis_15_omult.pdf
  • input_output_analysis_15_fwd.pdf
  • input_output_analysis_15_up.pdf
  • gdp_growth.pdf
  • input_output_analysis_15_katz.pdf

ch_opt

  • shortest_path_iter_1.pdf
  • betweenness_centrality_1.pdf
  • linear_programming_1.pdf
  • ot_figs_1.pdf
  • ot_large_scale_1.pdf

ch_mcs

  • markov_matrix_visualization.pdf
  • benhabib_mobility_mixing.pdf
  • quah_gdppc_prediction.pdf
  • simplex_2.pdf
  • simplex_3.pdf
  • benhabib_mobility_dists.pdf
  • benhabib_ergodicity_1.pdf

ch_fpms

  • fin_network_sims_1.pdf

appendix

  • func_types_1.pdf
  • func_types_2.pdf
  • three_fixed_points.pdf
  • complex_number.pdf
  • euclidean_convergence_1.pdf
  • span1.pdf
  • func_types_3.pdf
  • polyhedron1.pdf
  • saddle_1.pdf

[improve] fix figures

As discussed with @jstac in #39 and #36 , the following figures need to be investigated and fixed:

  • financial_network_analysis_visualization.pdf
  • input_output_analysis_15.pdf
  • input_output_analysis_15_fwd.pdf
  • gdp_growth.pdf

Issues with homepage

Issues with https://quantecon.github.io/book-networks/intro.html

Can we get "and" between the authors instead of a comma? Also, in the title, can we have "Theory and Computation" on a new line?

Don't worry if it's too hard.

Also, from an earlier email to @mmcky

Would you mind to add this abstract to the networks text homepage?

This textbook is an introduction to economic networks, intended for
students and researchers in the fields of economics and applied
mathematics. The textbook emphasizes quantitative modeling, with the
main underlying tools being graph theory, linear algebra, fixed point
theory and programming. The text is suitable for a one-semester
course, taught either to advanced undergraduate students who are
comfortable with linear algebra or to beginning graduate students.

Perhaps it could go after authors.

Many thanks.

Comments and typos in Chapter 1

  1. I think it would be nice to label the plots in more detail. i.e. Figure 1.1 on page 3, to have 'exporters' and 'consumers', Figure 1.2 to mention that node size = export value in a caption
  2. On page 46, it might be nice to have code that sums the rows and columns for the in/out-degree measures (given that the less efficient version was given above)
  3. Page 49, space between 'where c' in the Theorem equation
  4. Page 57, space between 'For example, Figure 1.24'

weakly chained substochastic

Hi, love the textbook.

There might be a slight error in the discussion of weakly chained sub-stochastic matrices.

Consider [[0.5 0.5],[0 0]] as a 2x2 matrix. This seems to meet the definition of sub-stochastic on p.100, but I don't think it meets the definition of weakly chained sub-stochastic matrices despite having a spectral radius of 0.5.

As for m=2, there does not exist an i st m->i on the induced weighted digraph.

Apologies if this is my confusion.

Best wishes,
Dan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.