Compare two periods
compare_periodsCompare summary metrics between a baseline period and a later one to evaluate the impact of a training block. Get both periods' summaries, the delta, and sample sizes.
Instructions
Compare every summary metric between a baseline period and a later one.
Useful for "did the training block change anything" questions. Returns both periods' summaries and the delta, with sample sizes.
Args: baseline_start: ISO 8601 start of the baseline period. baseline_end: ISO 8601 end of the baseline period. comparison_start: ISO 8601 start of the comparison period. comparison_end: ISO 8601 end of the comparison period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline_end | Yes | ||
| baseline_start | Yes | ||
| comparison_end | Yes | ||
| comparison_start | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||