t 检验计算器

無料オンライン t 検定計算ツール。1 群・2 群対応の t 値を自動算出し、p 値・自由度・信頼区間も同時表示。研究や A/B テストの結果検証を強力にサポートします。提供:clawam.com。

使い方

機能

  • 单样本:t = (x̄ - μ₀) / (s/√n)
  • 双样本独立:Welch t 检验(无需方差齐性)
  • 配对样本:t = d̄ / (s_d/√n),d = A - B
  • 自动计算 t、df、p 值、近似临界值
  • p 值基于不完整 β 函数(纯 JS 实现)

利用シーン

  • A/B 测试结果/医学统计/质量对比
  • 输入数据建议 ≥ 3

Agent API 使用方法

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 中实现