分类

数据插值器

高级数据插值工具,使用多种数学方法填补缺失值和生成数据点。完美适用于时间序列分析、数据补全、信号处理和科学计算。 功能特点: - 多种插值方法(线性、多项式、样条、三次) - 支持日期/时间的时间序列插值 - 前向填充和后向填充选项 - 最近邻插值 - 自定义插值参数 - 缺失值检测和报告 - 数据点生成和加密 - 同时支持多列处理 - 交互式插值预览 常见用途: - 传感器数据填补 - 金融数据补全 - 科学实验数据处理 - 时间序列预测准备 - 图像和信号处理 - 统计数据插补

Column to use as index for ordered interpolation (e.g., date, time, sequence)

Degree for polynomial interpolation (used when method is polynomial)

Maximum number of consecutive missing values to interpolate

Value to use when interpolation method is "custom"

Keep original columns with "_original" suffix

Add columns to flag interpolated values

Include detailed interpolation analysis report

Format for date output (e.g., YYYY-MM-DD, MM/DD/YYYY)

Number of decimal places for numeric values

API 文档

请求端点

POST /zh/api/tools/data-interpolator

请求参数

参数名 类型 必填 描述
inputData textarea -
targetColumns textarea -
indexColumn text Column to use as index for ordered interpolation (e.g., date, time, sequence)
interpolationMethod select -
polynomialDegree number Degree for polynomial interpolation (used when method is polynomial)
extrapolationMethod select -
maxGapSize number Maximum number of consecutive missing values to interpolate
fillDirection select -
customValue text Value to use when interpolation method is "custom"
preserveOriginal checkbox Keep original columns with "_original" suffix
markInterpolated checkbox Add columns to flag interpolated values
generateReport checkbox Include detailed interpolation analysis report
dateFormat text Format for date output (e.g., YYYY-MM-DD, MM/DD/YYYY)
decimalPlaces number Number of decimal places for numeric values

响应格式

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
文本: 文本

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-data-interpolator": {
      "name": "data-interpolator",
      "description": "高级数据插值工具,使用多种数学方法填补缺失值和生成数据点。完美适用于时间序列分析、数据补全、信号处理和科学计算。

功能特点:
- 多种插值方法(线性、多项式、样条、三次)
- 支持日期/时间的时间序列插值
- 前向填充和后向填充选项
- 最近邻插值
- 自定义插值参数
- 缺失值检测和报告
- 数据点生成和加密
- 同时支持多列处理
- 交互式插值预览

常见用途:
- 传感器数据填补
- 金融数据补全
- 科学实验数据处理
- 时间序列预测准备
- 图像和信号处理
- 统计数据插补",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=data-interpolator",
      "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]