Enter the sample mean, hypothesised population mean, sample standard deviation and sample size to compute the one-sample t statistic (xbar - mu)/(s/sqrt(n)) and its degrees of freedom.
📐 计算公式 / 原理
t = (x̄ − μ₀) / (s / √n);自由度 df = n − 1
单样本 t 统计量衡量样本均值 x̄ 偏离假设总体均值 μ₀ 的程度,以标准误 s/√n 为标尺。|t| 越大表示样本均值偏离假设值的证据越强;自由度 df = n − 1 用于查 t 分布临界值。本页同时给出原始差值 x̄ − μ₀。