-
Notifications
You must be signed in to change notification settings - Fork 41
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
add information on rate of change (such as doubling time) #69
Comments
The growth rate is computed in the modeling.py script. We should compute the doubling time from it, and store it them in the pickle. After this, we should load them in get_all_data and show them in a the hover of the timeseries plots. |
do you think it should appear in the timeseries plot or in the map / table? Both are interesting, in the timeseries what is nice is that you can see if the doubling time changes but it may be hard for people to relate to a doubling time one week ago. We can do both of course. |
I think both is good
…On Mon, Mar 23, 2020 at 9:41 AM Emmanuelle Gouillart < ***@***.***> wrote:
do you think it should appear in the timeseries plot or in the map /
table? Both are interesting, in the timeseries what is nice is that you can
see if the doubling time changes but it may be hard for people to relate to
a doubling time one week ago. We can do both of course.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUVEE72HXCRAG2CASP2XLRI6GLJANCNFSM4LPJ5H4Q>
.
--
Russell A. Poldrack
Albert Ray Lang Professor of Psychology
Professor (by courtesy) of Computer Science
Bldg. 420, Jordan Hall
Stanford University
Stanford, CA 94305
[email protected]
http://www.poldracklab.org/
|
Now that we can only plot the confirmed cases and not the active cases, this because awkward for the countries which have already flattened the curve. The estimated growth rates are on https://covid19-dash.github.io/modeling_short.html but I hesitate to show them, as they cannot really be interpreted as growth rates. Maybe an analysis on the new cases, as mentioned #91 |
Currently, in order to compare the rates of change between countries one has to eyeball them. It could be useful to provide a measure such as doubling time (in days) to help better compare rates. This could be shown as fitted rates for each day with observed data, or as the estimated rate for the projection.
The text was updated successfully, but these errors were encountered: