
Confidence Intervals
Input Example:
Syntax 1 (list format)
TwoSampleZInt 0.95,1,1.5,list1,list2,1,1
Syntax 2 (parameter format)
TwoSampleZInt 0.95,1,1.5,418,40,402,50
Calculation Result Output
Left : interval lower limit (left edge)
Right : interval upper limit (right edge)
o1 : mean of sample 1 data
o2 : mean of sample 2 data
n1 : size of sample 1
n2 : size of sample 2
Command: OnePropZInt
Description: This command obtains the confidence interval of the proportion of successes in a population.
The confidence interval is obtained using the following expressions.
The confidence level is 100 (1 – α)%.
| x |
|
|
|
| α |
|
|
|
|
|
|
|
|
|
|
|
| n: sample size | ||||
|
|
|
|
| 1 x |
| x |
| |||||||||||||||
Left = |
|
|
| – Z |
|
|
|
|
|
|
|
|
|
|
| 1– |
|
|
|
| x: data | ||
n |
|
| 2 |
|
| n | n | n |
| ||||||||||||||
|
|
|
|
|
|
| α |
|
|
|
|
|
|
|
|
|
| ||||||
Right = |
| x | + Z |
|
|
| 1 x | 1– | x | ||||||||||||||
| n |
| 2 |
|
|
| n |
| n | n |
|
Command Syntax
Definition of Terms
x : data (0 or positive integer)
n : sample size (positive integer)
Input Example:
OnePropZInt 0.95,600,800
Calculation Result Output
Left : interval lower limit (left edge)
Right : interval upper limit (right edge)
pˆ : estimated sample proportion
n : sample size
20050501