Z test w/ excel VS Python (scipy.stats)
TL;DR:
If the p-value > 0.05, the difference could be due to random chance, so we say there’s no significant effect between Student 1 and Student 2’s scores.
z-test: Typically used when the sample size is large (n > 30).
t-test: Commonly used when...
anixblog.hashnode.dev3 min read