stats.power.GofChisquarePower()

statsmodels.stats.power.GofChisquarePower

class statsmodels.stats.power.GofChisquarePower(**kwds) [source]

Statistical Power calculations for one sample chisquare test

Methods

plot_power([dep_var, nobs, effect_size, ...]) plot power with number of observations or effect size on x-axis
power(effect_size, nobs, alpha, n_bins[, ddof]) Calculate the power of a chisquare test for one sample
solve_power([effect_size, nobs, alpha, ...]) solve for any one parameter of the power of a one sample chisquare-test

Methods

plot_power([dep_var, nobs, effect_size, ...]) plot power with number of observations or effect size on x-axis
power(effect_size, nobs, alpha, n_bins[, ddof]) Calculate the power of a chisquare test for one sample
solve_power([effect_size, nobs, alpha, ...]) solve for any one parameter of the power of a one sample chisquare-test

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.stats.power.GofChisquarePower.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部