statsmodels.stats.oneway.fstat_to_wellek¶
- statsmodels.stats.oneway.fstat_to_wellek(f_stat, n_groups, nobs_mean)[ソース]¶
Convert F statistic to wellek's effect size eps squared
This computes the following effect size :
es = f_stat * (n_groups - 1) / nobs_mean
最終更新日:
2025年01月28日