T Test
Free online T Test tester. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 单样本:t = (x̄ - μ₀) / (s/√n)
- 双样本独立:Welch t 检验(无需方差齐性)
- 配对样本:t = d̄ / (s_d/√n),d = A - B
- 自动计算 t、df、p 值、近似临界值
- p 值基于不完整 β 函数(纯 JS 实现)
Casos de uso
- A/B 测试结果/医学统计/质量对比
- 输入数据建议 ≥ 3
Agent API Usage
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/t_test/ 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/t_test/schema.json // Step 2: 在浏览器中执行工具逻辑 // t 检验 在工具页 JS 中实现