ReferenceFunctionsStatistics Functions
CONFIDENCE.NORM
CONFIDENCE.NORM: Returns the half-width of a confidence interval using a normal critical value.
Summary
CONFIDENCE.NORM computes z_crit * standard_dev / sqrt(size) for two-sided intervals.
Remarks
alphamust satisfy0 < alpha < 1.standard_devmust be greater than0.sizemust be at least1.- Returns
#NUM!when any input is outside valid bounds.
Examples
95% confidence half-width
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.3919927977622559
90% confidence half-width
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1.644853625133699
Related functions
Runtime metadata
Category
Statistics
Signature
CONFIDENCE.NORM(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source