statistics_summary
Compute mean, median, variance, standard deviation, min, and max for a list of numbers using SageMath, replacing generic symbolic evaluation for descriptive statistics.
Instructions
Descriptive statistics for a list of numbers: mean, median, population and sample variance and standard deviation, min and max. Prefer this over evaluate_sage for summary statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | List of numeric values | |
| session | No | Workspace to use, as a name or a portable handle. Workspaces have independent variables. A name is scoped to this MCP session; a handle returned by start_sage_session (workspace_token) reaches the same workspace across reconnects and is a bearer credential -- keep it secret. Omit for 'default'. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||