四分位数计算器
计算数据的四分位数(Q1, Q2, Q3)。支持多种计算方法(Excel方法、Minitab方法、SAS方法等),并提供箱线图分析、异常值检测和数据分布分析。适用于统计学、数据分析和质量控制。
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/quartile-calculator
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| dataInput | textarea | Ja | - |
| delimiter | select | Ja | - |
| groupByColumn | text | Nein | - |
| valueColumn | text | Ja | - |
| calculationMethod | select | Ja | - |
| includeOutliers | checkbox | Nein | Detect and highlight mild and extreme outliers using IQR method |
| includeStats | checkbox | Nein | Include mean, standard deviation, range, skewness, etc. |
| outputFormat | select | Ja | - |
| sortDirection | select | Ja | - |
| handleEmpty | checkbox | Nein | Include empty values in calculations |
| trimValues | checkbox | Nein | Remove whitespace from cell values |
Antwortformat
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-quartile-calculator": {
"name": "quartile-calculator",
"description": "计算数据的四分位数(Q1, Q2, Q3)。支持多种计算方法(Excel方法、Minitab方法、SAS方法等),并提供箱线图分析、异常值检测和数据分布分析。适用于统计学、数据分析和质量控制。",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=quartile-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]