Hypothesis Testing and Statistical Inference
Perform one-sample and two-sample Z-tests to determine statistical significance.
See how the Z-Test Calculator is used in different scenarios.
A researcher wants to know if a new teaching method affects students' IQ scores. The population mean IQ is 100 with a standard deviation of 15. A sample of 30 students who used the new method has a mean IQ of 105.
Sample Mean: 105, Population Mean: 100
Std Dev: 15, Sample Size: 30
α: 0.05, Tail: two-tailed
A factory produces bolts with a mean diameter of 10mm and a standard deviation of 0.02mm. A sample of 50 bolts is taken, and their mean diameter is 10.01mm. Test if the manufacturing process is still accurate.
Sample Mean: 10.01, Population Mean: 10
Std Dev: 0.02, Sample Size: 50
α: 0.05, Tail: two-tailed
A pharmaceutical company is testing a new drug. They test it on two groups. Group 1 (35 people) has a mean recovery time of 15 days with a population std dev of 3 days. Group 2 (40 people, placebo) has a mean recovery time of 16 days with a population std dev of 3.2 days. Is the new drug more effective?
Sample 1: Mean=15, StdDev=3, Size=35
Sample 2: Mean=16, StdDev=3.2, Size=40
α: 0.05, Tail: left-tailed
Compare the test scores of two different schools. School A has a sample of 100 students with a mean score of 85 (pop. std dev 10). School B has a sample of 90 students with a mean score of 82 (pop. std dev 9). Is there a significant difference in scores?
Sample 1: Mean=85, StdDev=10, Size=100
Sample 2: Mean=82, StdDev=9, Size=90
α: 0.01, Tail: two-tailed