statsmodels.stats.power.GofChisquarePower¶
- class statsmodels.stats.power.GofChisquarePower(**kwds)[source]¶
单样本卡方检验的统计功效计算
方法
plot_power([dep_var, nobs, effect_size, ...])在x轴上绘制观察次数或效应大小的功率
power(effect_size, nobs, alpha, n_bins[, ddof])计算单样本卡方检验的效力
solve_power([effect_size, nobs, alpha, ...])求解单样本卡方检验功效的任意一个参数
Last update:
Oct 16, 2024