频率分布表生成器
生成数据的频率分布表,支持数值分组、自定义区间、百分比统计等。适用于数据分析、统计报表和数据可视化准备。
Documentação da API
Ponto final da solicitação
POST /pt/api/tools/frequency-distribution-generator
Parâmetros da solicitação
| Nome do parâmetro | Tipo | Requerido | Descrição |
|---|---|---|---|
| dataInput | textarea | Sim | - |
| delimiter | select | Sim | - |
| groupByColumn | text | Não | - |
| binType | select | Sim | - |
| binCount | number | Não | - |
| binWidth | number | Não | - |
| customBins | textarea | Não | Format: "min-max" or "value" for single value bins |
| outputFormat | select | Sim | - |
| includePercentage | checkbox | Não | Show percentage of total for each category |
| includeCumulative | checkbox | Não | Show cumulative frequency distribution |
| sortBy | select | Sim | - |
| sortDirection | select | Sim | - |
| trimValues | checkbox | Não | Remove whitespace from beginning and end of cell values |
| handleEmpty | checkbox | Não | Include empty cells in frequency count |
Formato de resposta
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Texto:
Texto
Documentação de MCP
Adicione este ferramenta à sua configuração de servidor MCP:
{
"mcpServers": {
"elysiatools-frequency-distribution-generator": {
"name": "frequency-distribution-generator",
"description": "生成数据的频率分布表,支持数值分组、自定义区间、百分比统计等。适用于数据分析、统计报表和数据可视化准备。",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=frequency-distribution-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Você pode encadear várias ferramentas, ex: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máx 20 ferramentas.
Se você encontrar algum problema, por favor, entre em contato conosco em [email protected]