标签: python scipy
我正在尝试使用scipy.stats来获得t-distribution,因为该问题的样本量,样本均值,样本std和百分置信区间。
scipy.stats
t-distribution
我正在查看scipy.stats.t文档,但不了解如何在公式t = (x - u)/ (std/root(n))中获得t。其中x是样本均值,std是样本std,n是样本大小。
scipy.stats.t
t = (x - u)/ (std/root(n))