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

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

bit.ly /3fsi4iz
Embed prevented alt text

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