Back to catalog
Cortexa research tool·drug discovery·epidemiology
Epidemiology Vaccine Coverage
Derive vaccine effectiveness from field surveillance data using the screening method (Farrington 1993), then compute the required vaccination coverage threshold. Requires R0, proportion of cases vaccinated (PCV), and proportion of population vaccinated (PPV). Formula: VE = 1 - [PCV*(1-PPV)]/[(1-PCV)*PPV], then Vc = (1-1/R0)/VE.
Livelast probed 2026-04-30 23:07Z· 92msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 92ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"PCV": {
"description": "Proportion of disease cases that were vaccinated (0, 1)",
"type": "number"
},
"PPV": {
"description": "Proportion of total population that is vaccinated (0, 1)",
"type": "number"
},
"R0": {
"description": "Basic reproduction number (must be > 1)",
"type": "number"
},
"operation": {
"description": "Operation type",
"enum": [
"vaccine_coverage"
],
"type": "string"
}
},
"required": [
"operation",
"R0",
"PCV",
"PPV"
],
"type": "object"
}Examples (1)
Default Epidemiology Vaccine Coverage call
public-safeinput
{
"PCV": 1,
"PPV": 1,
"R0": 1,
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Epidemiology_vaccine_coverage
- Tool name
- Epidemiology_vaccine_coverage
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse