CONFIDENCE
Returns the confidence interval for a population mean using a normal distribution.
| Category | Statistical |
| Syntax | CONFIDENCE(alpha, standard_dev, size) |
Parameters
| Parameter | Required | Description |
|---|---|---|
alpha | Required | The significance level (e.g., 0.05 for 95% confidence). |
standard_dev | Required | The population standard deviation. |
size | Required | The sample size. |
Example
CONFIDENCE(A1:A10)
Auto-generated from the EngCanvas function registry.