Learn How to Perform T-test using Python
33K views
Sep 26, 2023
In this tutorial we will learn how to carry out t-test using Python. We are going to learn how to perform independent samples t-test using statsmodels and SciPy. Finally, we are going to learn how to carry out paired samples t-test using SciPy. » Make sure you subscribe to the channel if you haven't: http://bit.ly/SUB2EM » Support my content and become a patron: https://www.patreon.com/bePatron?u=13349949 » Link to code: https://pastebin.com/Kr8a4msr » One example on how to calculate confidence intervalls: https://stackoverflow.com/a/15034143/4127049 » Indpendent samples t-test: 1) Statsmodels: http://www.statsmodels.org/dev/generated/statsmodels.stats.weightstats.ttest_ind.html#statsmodels.stats.weightstats.ttest_ind 2) SciPy:
#Computer Science
# Physics
# Programming
# Software