statsmodels.stats.nonparametric.RankCompareResult.effectsize_normal¶
-
RankCompareResult.effectsize_normal(prob=
None)[ソース]¶ Cohen's d, standardized mean difference under normality assumption.
This computes the standardized mean difference, Cohen's d, effect size that is equivalent to the rank based probability
pof being stochastically larger if we assume that the data is normally distributed, given by- math:
d = F^{-1}(p) * sqrt{2}
where \(F^{-1}\) is the inverse of the cdf of the normal distribution.
最終更新日:
2025年01月28日