HANTAVIRUSPremium
Methodology

How the hantavirus risk index is computed

The Hantavirus Tracker risk index is a composite, per-region score from 0 to 100. It compresses four signals — news mention density, verified outbreak reports, source authority, and recency — into a single number designed to rank regions by current activity, not to predict case rates.

Formula

score = 100 * (
    0.40 * normalize(news_mentions_30d)
  + 0.30 * normalize(confirmed_cases_recent)
  + 0.20 * source_authority_weight
  + 0.10 * recency_decay
)

Inputs

Buckets

ScoreBucketReading
0–19LowNo active signal in the window
20–39ModerateBackground mentions; nothing escalated
40–59ElevatedIncreased mentions or one-off authoritative report
60–79HighActive outbreak signal; multiple confirmed cases
80–100SevereWHO/CDC alert; sustained high-volume reporting

Update cadence

Limitations

Sources

FAQ

Is the risk index a case-rate forecast?

No. The risk index is a composite signal of attention and reported activity, not a clinical forecast. A high score means surveillance bodies and news sources are reporting more activity in that region; it does not mean a defined number of cases per population.

How often does the score update?

News and outbreak feeds refresh every 15 minutes via Vercel Cron. The composite per-region score is recomputed hourly. CDC HPS surveillance data is updated when CDC publishes its annual cumulative counts.

Why are some news sources weighted lower than WHO or CDC?

Authority weight reflects how much of a signal each source independently confirms. WHO Disease Outbreak News and CDC surveillance have the highest weight (1.0) because their releases require official verification. ProMED-mail (0.8) and PAHO (0.9) are next. GDELT and Google News (0.5) capture broader signal, including unconfirmed media chatter, so they contribute less per item.

What does recency decay mean?

Recency decay linearly down-weights regions whose latest reported event is older. A signal from yesterday counts at full strength; a signal from 90 days ago contributes essentially nothing. This keeps the index responsive without amplifying years-old reports.

Can I download the underlying data?

Yes — the public JSON API at /api/v1/regions, /api/v1/news, and /api/v1/events returns the same data the site uses. Attribution to Hantavirus Tracker (with a link) is required. See /api for usage.

Cite this page

Hantavirus Tracker. Methodology: composite regional risk index. https://hantapulse.org/methodology