Skip Navigation
Python @lemmy.ml Ajsra @lemmy.ml

How to use Python to Perform a Paired Sample T-test

bit.ly How to use Python to Perform a Paired Sample T-test

In this tutorial, you will learn how to use Python to do a paired sample t-test with the packages SciPy and Pingouin.

How to use Python to Perform a Paired Sample T-test

This is a tutorial that covers what the paired sample t-test is, btiefly, before going into the practical details. I found that it helped me understand when to use this test but the most awesome part is that I now know how to apply this test with Python. I also discovered a new package, called Pingouin, which seems great to use performing statistical tests in Python.

1