Returns the confidence interval for a population mean, using normal distribution.
Syntax
α: The desired significance level, between 0 and 1. It also determines the confidence level, which equals (1 - α)*100%. Eg., 0.02
sd: The known standard deviation of a normal distribution. It must be greater than 0. Eg., 1.5
Examples
|
Formula |
Result |
|
=CONFIDENCE(A2;B2;C2) |
0.780280798 |
|
=CONFIDENCE(A3;B3;C3) |
0.391992797 |
|
=CONFIDENCE(A4;B4;C4) |
0.736104537 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions