analyze_series
Calculate growth rates, moving averages, rebasing, and summary statistics for a single data series, eliminating transcription errors.
Instructions
Run deterministic statistics over a single series (growth rates, moving average, rebasing to 100, min/max/mean). Prefer this over doing the arithmetic yourself when the series has many observations — it avoids transcription errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | ||
| end_date | No | ||
| geography | No | ||
| indicator | Yes | VeriTR indicator id. | |
| operations | No | Any of: summary, growth_rate, moving_average, rebase. | |
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||