![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > ZTEST |
ZTEST(array, x, sigma) |
| Returns the two-tailed P-value of a z-test |
| array | the array or range of data against which to test x. | |
| x | the value to test. | |
| sigma | the population (known) standard deviation |
| REMARKS |
| If array is empty, then #N/A is returned. | ||
| The z-test generates a standard score for x with respect to the data set, array, and returns the two-tailed probability for the normal distribution. You can use this function to assess the likelihood that a particular observation is drawn from a particular population. |
| EXAMPLES |
|
| Functions - Z | Index - Z | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |