detect_outbreak_signals
Screen recent weekly malaria cases against same-week seasonal baselines to detect outbreak signals. Configure province, lookback weeks, and sigma to flag anomalously high counts.
Instructions
Flag recent weeks running above the same-calendar-week seasonal baseline.
Args: province: Province name, case-insensitive. lookback_weeks: How many recent weeks to screen. Defaults to 12. sigma: Standard deviations above the seasonal baseline required to flag.
A flag means "high for this time of year", compared against the same week in prior years -- not merely "high in absolute terms".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sigma | No | ||
| province | Yes | ||
| lookback_weeks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |