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