Kategorien

频率分布表生成器

生成数据的频率分布表,支持数值分组、自定义区间、百分比统计等。适用于数据分析、统计报表和数据可视化准备。

Format: "min-max" or "value" for single value bins

Show percentage of total for each category

Show cumulative frequency distribution

Remove whitespace from beginning and end of cell values

Include empty cells in frequency count

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/frequency-distribution-generator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
dataInput textarea Ja -
delimiter select Ja -
groupByColumn text Nein -
binType select Ja -
binCount number Nein -
binWidth number Nein -
customBins textarea Nein Format: "min-max" or "value" for single value bins
outputFormat select Ja -
includePercentage checkbox Nein Show percentage of total for each category
includeCumulative checkbox Nein Show cumulative frequency distribution
sortBy select Ja -
sortDirection select Ja -
trimValues checkbox Nein Remove whitespace from beginning and end of cell values
handleEmpty checkbox Nein Include empty cells in frequency count

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-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"
    }
  }
}

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]