Git Product home page Git Product logo

econ-326-project's Introduction

ECON-326-Project

Final project for ECON 326. My collaborators on this project (alphabetically) were Bryn Griffiths, Raven Kirkwood, and Aleena Sharma.

Overview

We study Canadian and American coronavirus data to test two hypotheses:

  1. The R_0 for Canada falls within the interval [2.06-2.52]. (This number comes from a Zhang et al analysis on the Diamond Princess outbreak.)

  2. Canada "responded better" to the pandemic than the US, since the WHO declared a pandemic. (We quantify this by looking at the reduction in R_0 over the two regimes.)

For (1), we use a simple linear autoregression x_{t+5} = R_0 x_t + e, and examine it afterwords for serial correlation effects (since, e.g., the datapoint (x_0, x_5) and the point (x_5, x_10) are correlated through their shared dependence on x_5).

For (2), we test a hypothesis on the quantity D_canada - D_US, where D_X is the difference in R_0 values for the pre- and post-pandemic regimes for country X.

Data

The data itself is a transformed version of the JHU COVID tracker, frozen April 6th.

The source repo is available here (commit c8d69b5). It's a time-series (JSON format) of relevant information by country and day. For ex:

"Thailand": [
  {
    "date": "2020-1-22",
    "confirmed": 2,
    "deaths": 0,
    "recovered": 0
  },
  {
    "date": "2020-1-23",
    "confirmed": 3,
    "deaths": 0,
    "recovered": 0
  },
  ...

Data is cumulative, and is updated thrice daily from the "official" JHU tallies here.

econ-326-project's People

Contributors

arnavs avatar

Stargazers

Hariharan Jayashankar avatar

Watchers

James Cloos avatar

econ-326-project's Issues

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.