descriptive_statistics
Compute descriptive statistics such as mean, median, and standard deviation from a list of numerical values. Get a dictionary of key measures for data analysis.
Instructions
Calculate comprehensive descriptive statistics for a dataset.
Args: data: List of numerical values
Returns: Dictionary with various statistical measures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |