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

https://bit.ly/3fsi4iz

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.

15 points · 1 comments · view on lemmy.world

1 Comments

chepox@sopuli.xyz · 2 pts · 3y

This is a great write up. Very complete and thorough. Keeping this one for later reference.

Thanks for sharing.