regression
Linear regression of y ~ x for one entity. Returns slope, intercept, R² and interpretation. Use for "how does X predict Y?" questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Independent variable (predictor) indicator ID | |
| y | Yes | Dependent variable (target) indicator ID | |
| full | No | Return the full raw time series (heavy, many tokens). Default false → you get only the summary/stats, which is enough to ANSWER a question. Set true only when you must plot or export every point. | |
| time | No | ||
| entity | Yes |