![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > CONFIDENCE |
CONFIDENCE(alpha, standard_dev, size) |
| Returns the confidence interval for a population mean. |
| alpha | The significance level used to compute the confidence level. | |
| standard_dev | The population standard deviation for the data range. | |
| size | The size of the sample. |
| REMARKS |
| The confidence level equals 100*(1 - alpha)%, or in other words, an alpha of 0.05 indicates a 95 percent confidence level. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "alpha" = 0, then #NUM! is returned. | ||
| If "alpha" = 1, then #NUM! is returned. | ||
| If "standard_dev" = 0, then #NUM! is returned. | ||
| If "size" is not an integer, it is truncated. | ||
| If "size" < 1, then #NUM! is returned. |
| EXAMPLES |
|
| Functions - C | Index - C | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |