Welch's t-Statistic Calculating System

From GM-RKB
Jump to navigation Jump to search

A Welch's t-Statistic Calculating System is a computing system that can be solved a Welch's t-statistic.



References

2017

Calculates the T-test for the means of two independent samples of scores.
This is a two-sided test for the null hypothesis that 2 independent samples have identical average (expected) values. This test assumes that the populations have identical variances by default.
(...) equal_var : bool, optional - If True (default), perform a standard independent 2 sample test that assumes equal population variances [R643]. If False, perform Welch’s t-test, which does not assume equal population variance [R644].