Term | Description |
---|---|
estimate of the first population proportion | |
estimate of the second population proportion | |
n1 | number of trials in the first sample |
n2 | number of trials in the second sample |
zα/2 | inverse cumulative probability of the standard normal distribution at 1 – α/2 |
α | 1 – confidence level/100 |
The calculation of the test statistic, Z, depends on the method used to estimate p.
Calculate these probabilities on the standard normal distribution.
Term | Description |
---|---|
p1 | true proportion of events in the first population |
p2 | true proportion of events in the second population |
observed proportion of events in the first sample | |
observed proportion of events in the second sample | |
n1 | number of trials in the first sample |
n2 | number of trials in the second sample |
d0 | hypothesized difference between the first and second proportions |
x1 | number of events in the first sample |
x2 | number of events in the second sample |
Minitab performs Fisher's exact test in addition to a test based on a normal approximation. Fisher's exact test is valid for all sample sizes.
p-value = F(x1)
p-value = 1 – F(x1 – 1)
Term | Description |
---|---|
p-lower | F(x1) |
p-upper | 1 – F(y – 1) |
y | smallest integer > Mode such that f(y) <f(x1) |
p-upper may equal zero.
p-value = 1.0
Term | Description |
---|---|
p-upper | 1 – F(x1 – 1) |
p-lower | F(y) |
y | largest integer < Mode such that f(y) < f(x1) |
p-lower may equal zero.
Term | Description |
---|---|
p1 | true proportion of events in the first population |
p2 | true proportion of events in the second population |
x1 | number of events in the first sample |
x2 | number of events in the second sample |
n1 | number of trials in the first sample |
n2 | number of trials in the second sample |