标签: python statistics p-value
我想在python的t检验中计算p值。我不想使用任何统计资料库。 Scipy使用stats.t.sf函数执行此操作,但我想知道如何仅使用python计算p(|t|>t)。
stats.t.sf
p(|t|>t)