Kategorien

百分位数计算器

计算数据的百分位数。支持多种百分位数计算方法(最近排序法、线性插值法等),适用于统计分析、数据科学、成绩分析和业务指标计算。

Include mean, median, standard deviation, quartiles, etc.

Include empty values in calculations

Remove whitespace from cell values

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/percentile-calculator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
dataInput textarea Ja -
delimiter select Ja -
groupByColumn text Nein -
valueColumn text Ja -
percentiles text Ja -
calculationMethod select Ja -
includeStats checkbox Nein Include mean, median, standard deviation, quartiles, 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-percentile-calculator": {
      "name": "percentile-calculator",
      "description": "计算数据的百分位数。支持多种百分位数计算方法(最近排序法、线性插值法等),适用于统计分析、数据科学、成绩分析和业务指标计算。",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=percentile-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]