CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

CONFIDENCE.NORM function: The function returns the confidence interval of the population by using normalized distributions. Support functions from Excel 2010 onwards. Syntax: CONFIDENCE.NORM (alpha, standard_dev, size)

The following article introduces you to CONFIDENCE.NORM - one of the functions in the group of statistical functions that is very popular in Excel.

Picture 1 of CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

Description: The function returns the confidence interval for the population by using normalized distributions. Support functions from Excel 2010 onwards.

Syntax: CONFIDENCE.NORM (alpha, standard_dev, size)

Inside:

- alpha: The critical level to calculate the confidence level, with confidence level = 100 * (1- alpha) , is the required parameter .

- standard_dev: The overall standard deviation for the data range, and considered to have been determined, is the required parameter.

- size: Sample size , is a required parameter.

Attention:

- If any of the parameters' values ​​are not numeric -> the function returns the #VALUE! Error value .

- If alpha ≤ 0 or alpha ≥ 1 -> the function returns the #NUM! Error value

- If standard_dev ≤ 0 -> the function returns the #NUM! Error value

- If size is not an integer -> it is truncated to an integer.

- If size ≤ 1 -> the function returns the #NUM! Error value

- If deg_freedom <1 or deg_freedom> 10 ^ 10 -> the function returns the #NUM! Error value

- Assuming alpha = 0.5 -> confidence interval is:

[overline chi pm 1.96left ({frac {sigma} {{sqrt n}}} right)]

For example:

Calculate the average overall confidence interval with the data in the table below:

Picture 2 of CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

- In the cell to calculate, enter the formula: = CONFIDENCE.NORM (D6, D7, D8)

Picture 3 of CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

- Press Enter -> the overall confidence interval for the population is:

Picture 4 of CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

- Where alpha ≤ 0 or alpha ≥ 1 -> the function returns the #NUM! Error value

Picture 5 of CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

- Where size ≤ 1 -> the function returns the #NUM! Error value

Picture 6 of CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel

Above are instructions and some specific examples when using the CONFIDENCE.NORM function in Excel.

Good luck!

You've just finished reading the article "CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel" edited by the TipsMake team. You can save confidencenorm-function-the-function-returns-the-confidence-interval-of-the-population-by-using-a-normalized-distribution-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV TODAY function - The function returns the current date value in the format in Excel
NEXT » CHISQ.TEST function - The function returns the independence test in Excel