箱线图生成器
無料オンラインボックスプロット生成ツール。データの四分位数・中央値・外れ値を視覚化し、分布の偏りや散らばりを直感的に把握できます。試験結果の比較に最適です。提供:clawam.com。
使い方
機能
- 箱线图显示 5统计量:最小值/Q1/中位数/Q3/最大值,以及离群点
- 支持多类别横向对比
- 自动计算四分位数(线性插值法)
- 离群点定义为 < Q1 - 1.5*IQR 或 > Q3 + 1.5*IQR
利用シーン
- 数据科学/质量控制/A/B 测试结果对比
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/box_plot/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/box_plot/schema.json // Step 2: 在浏览器中执行工具逻辑 // 箱线图 在工具页 JS 中实现