Returns the result of a z-test. Calculates the likelihood that the sample mean is greater than the observed mean.
Syntax
data: The array or range containing the data set. Eg., A2:A8
μ: Arithmetic mean of the distribution. Eg., 4
Examples
|
Formula |
Result |
|
=ZTEST(A2:A8;B2;C2) |
0.000000447 |
|
=ZTEST(A2:A8;B3;C3) |
0.065285009 |
|
=ZTEST(A2:A8;B4) |
0.000006477 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#N/A! |
|
Similar Functions