百分位数计算器
计算数据的百分位数。支持多种百分位数计算方法(最近排序法、线性插值法等),适用于统计分析、数据科学、成绩分析和业务指标计算。
API 文档
请求端点
POST /zh/api/tools/percentile-calculator
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| dataInput | textarea | 是 | - |
| delimiter | select | 是 | - |
| groupByColumn | text | 否 | - |
| valueColumn | text | 是 | - |
| percentiles | text | 是 | - |
| calculationMethod | select | 是 | - |
| includeStats | checkbox | 否 | 包含均值、中位数、标准差、四分位数等统计信息 |
| outputFormat | select | 是 | - |
| sortDirection | select | 是 | - |
| handleEmpty | checkbox | 否 | Include empty values in calculations |
| trimValues | checkbox | 否 | Remove whitespace from cell values |
响应格式
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
文本:
文本
AI MCP 文档
将此工具添加到您的 MCP 服务器配置中:
{
"mcpServers": {
"elysiatools-percentile-calculator": {
"name": "percentile-calculator",
"description": "计算数据的百分位数。支持多种百分位数计算方法(最近排序法、线性插值法等),适用于统计分析、数据科学、成绩分析和业务指标计算。",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=percentile-calculator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。
如果遇见问题,请联系我们:[email protected]