Z.TEST function - The function returns one-sided value of the z test in Excel
The following article introduces you to the Z.TEST function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns one-sided P value of the z test. Support functions from Excel 2010 onwards.
Syntax: Z.TEST (array, x, [sigma])
Inside:
- array: An array or range of data to test for x, which is a required parameter.
- x: Value to check, is the required parameter.
- sigma: The overall standard deviation, which is an optional value, if omitted the sample standard deviation to be used.
Attention:
- If array is empty -> the function returns the # N / A error value
- When sigma is omitted -> Z.TEST is calculated by the formula:
Z.TEST (array, x, sigma) = 1- Norm.S.Dist ((Average (array) - x) / (sigma / √n), TRUE)
- Where sigma is not ignored -> Z.TEST function is calculated by the formula:
Z.TEST (array, x) = 1- Norm.S.Dist ((Average (array) - x) / (STDEV (array) / √n), TRUE)
Inside:
+ x is the sample mean AVERAGE (array)
+ n is COUNT (array).
- Z.TEST shows that when the base overall average is μ0 -> the probability of sample mean will be greater than the observed value of AVERAGE (array).
- You can use the following formula to calculate the probability of 2 sides:
= 2 * MIN (Z.TEST (array, x, sigma), 1 - Z.TEST (array, x, sigma)).
For example:
Calculate the 1-sided probability of z-tests as described in the following data table:
- Calculate the 1-sided probability value of the z-test for the dataset above. In a cell to calculate, enter the formula : = Z.TEST (D6: J6, D7, D8)
- Press Enter -> probability value 1 side of the z test for the above data set is:
- Calculate the one-sided probability value of the z-test for the data set above, ignoring the overall standard deviation. In a cell to calculate enter the formula : = Z.TEST (D6: J6, D7)
- Press Enter -> probability value 1 side of the z test for the above data set, ignoring the overall standard deviation of:
Above are instructions and some specific examples when using the Z.TEST function in Excel.
Good luck!
You should read it
- F.TEST function - The function returns the result of the F - test in Excel
- CHISQ.TEST function - The function returns the independence test in Excel
- T.TEST function - The function returns the probability associated with Student's t-Test in Excel
- ZTEST function - Returns the probability value on one side of the z test in Excel
- FTEST function - The function returns the result of an F-Test in Excel
- TTEST - Returns the probability associated with a Student's t-Test in Excel
- T.INV.2T - The function returns the two-sided inverse of the Student's t-distribution in Excel
- BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel
- FISHER function - The function returns the Fissher transformation at x in Excel
- CHITEST function - The function returns the independence test in Excel
- How to implement T-Test in Excel
- How to use the IF function in Excel
Maybe you are interested
How to Fix Clipboard History Error in Windows 11 Latest Update
Latest Pet Simulator X 2022 Codes and How to Enter Codes
Latest Project Smash Roblox Codes
Latest Eatventure Code 2024 get free coins and diamonds
The Latest Features in Meta Llama AI's Major Upgrade
The fastest animal on the planet flips upside down in just a millisecond