Z-Test Formula:
From: | To: |
The 2 Sample Z Test is a statistical method used to determine whether the means of two populations are significantly different from each other when the population standard deviations are known. It's commonly used for large sample sizes (typically n > 30).
The calculator uses the 2 Sample Z Test formula:
Where:
Explanation: The numerator measures the difference between sample means, while the denominator calculates the standard error of this difference.
Details: The z-score indicates how many standard deviations the observed difference is from the expected difference (usually zero under the null hypothesis). Typically:
Tips: Enter the means, standard deviations, and sample sizes for both groups. All values must be valid (sample sizes > 0, standard deviations ≥ 0).
Q1: When should I use a Z test vs a T test?
A: Use Z test when population standard deviations are known or sample sizes are large (n > 30). Use T test for small samples with unknown population standard deviations.
Q2: What does a negative z-score mean?
A: A negative z-score indicates that the first sample mean is lower than the second sample mean.
Q3: How is this different from a 1-sample Z test?
A: The 1-sample version compares a sample mean to a known population mean, while the 2-sample version compares two sample means.
Q4: What assumptions does this test make?
A: Assumes independent samples, normal distribution (or large samples), and known population standard deviations.
Q5: Can I use this for proportions?
A: For comparing proportions, you would use a slightly different formula specifically designed for proportion tests.