TRUECALC
Functions

CONFIDENCE

Confidence interval half-width (normal)

Try it

When to use it

When should I use CONFIDENCE?

Use CONFIDENCE to compute the half-width of a confidence interval assuming a known population standard deviation and normal distribution — a legacy equivalent of CONFIDENCE.NORM.

Used in

science · operations

Syntax

CONFIDENCE(alpha,stdev,size)

Examples

=CONFIDENCE(0.05,1.6,250) // => 0.19833441049735873

On this page