statsmodels.stats.power.TTestIndPower¶
- class statsmodels.stats.power.TTestIndPower(**kwds)[source]¶
两独立样本t检验的统计功效计算
目前仅使用合并方差
方法
plot_power([dep_var, nobs, effect_size, ...])在x轴上绘制观察次数或效应大小的功率
power(effect_size, nobs1, alpha[, ratio, ...])计算两个独立样本t检验的功效
solve_power([effect_size, nobs1, alpha, ...])求解两样本t检验功效的任意一个参数
Last update:
Oct 16, 2024