Quartile Calculator
Calculate quartiles (Q1, Q2, Q3) for data. Supports multiple calculation methods (Excel, Minitab, SAS methods) and provides boxplot analysis, outlier detection, and data distribution analysis. Suitable for statistics, data analysis, and quality control.
API Documentation
Request Endpoint
POST /en/api/tools/quartile-calculator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| dataInput | textarea | Yes | - |
| delimiter | select | Yes | - |
| groupByColumn | text | No | - |
| valueColumn | text | Yes | - |
| calculationMethod | select | Yes | - |
| includeOutliers | checkbox | No | Detect and highlight mild and extreme outliers using IQR method |
| includeStats | checkbox | No | Include mean, standard deviation, range, skewness, etc. |
| outputFormat | select | Yes | - |
| sortDirection | select | Yes | - |
| handleEmpty | checkbox | No | Include empty values in calculations |
| trimValues | checkbox | No | Remove whitespace from cell values |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-quartile-calculator": {
"name": "quartile-calculator",
"description": "Calculate quartiles (Q1, Q2, Q3) for data. Supports multiple calculation methods (Excel, Minitab, SAS methods) and provides boxplot analysis, outlier detection, and data distribution analysis. Suitable for statistics, data analysis, and quality control.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=quartile-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]