How to run a validation test¶
Statistics¶
Statistical terminologies used in CerebUnit¶
Hypothesis Testing¶
Test Statistics (Test Score)¶
Contents:
- Compute t-statistic (
TScore) - Compute z-statistic (
ZScoreStandard) - Compute z-statistic for Sign test (
ZScoreForSignTest) - Compute z-statistic for Two Sample Rank-Sum test (
ZScoreForTwoSampleRankSumTest) - Compute z-statistic for Wilcox Signed-Rank test (
ZScoreForWilcoxSignedRankTest) - Compute z-statistic for z-test on proportions as the categorical variable (
ZScoreForProportionZTest) - Compute chi^2-statistic for test on proportions as the categorical variable (
Chi2Score) - Compute test-statistic for Fisher Exact Test on proportions as the categorical variable (
FisherExactScore) - Compute test-statistic for McNemar-test on proportions as the categorical variable of discordant pairs (
McNemarScore) - Compute chi^2-statistic for chi^2 goodness-of-fit test on proportions of categories of a categorical variable (
Chi2GOFScore)