Episcanner parameters
Here you get access to Real-time Epidemic Scanner data from the Epi-Scanner tool, co-developed by the InfoDengue project. The dataset provides estimates of epidemiological parameters for each city and year in Brazil, focusing on Dengue and Chikungunya. Detailed information on the methodology used to compute these parameters can be found here.
Parameters Table
Parameter name |
Required |
Type |
Description |
disease |
yes |
str |
Specific disease. Options: dengue, zika, chik |
uf |
yes |
str (UF) |
Two letters brazilian's state abbreviation. E.g: SP |
year |
no |
int |
Specific year. Default: current year |
Output
Parameter name |
Type |
Description |
disease |
str |
dengue, zika or chik |
CID10 |
str |
Disease's ICD code |
year |
int |
Year analyzed |
geocode |
int |
City's geocode |
muni_name |
str |
City's name |
peak_week |
float |
Estimated epidemiological week of the peak of the epidemic |
beta |
float |
Transmissibility rate |
gamma |
float |
Recovery rate |
R0 |
float |
Basic reproduction number |
total_cases |
int |
Annual total number of cases |
alpha |
float |
Parameter of the Richard's model |
sum_res |
float |
Sum of residuals (see documentation) |
ep_ini |
str |
Estimated starting week of the epidemic. Format: YYYYWW |
ep_end |
str |
Estimated Ending week of the epidemic. Format: YYYYWW |
ep_dur |
int |
Estimated duration of the epidemic in weeks |
Usage examples