Syntax
| Parameter | Description |
|---|---|
| alpha | Parameter of the CONFIDENCE.T function. |
| standard_dev | Parameter of the CONFIDENCE.T function. |
| size | Parameter of the CONFIDENCE.T function. |
Examples
Small sample CI
=CONFIDENCE.T(0.05, 3.2, 15)
Clinical trial
=CONFIDENCE.T(0.05, STDEV(B2:B26), 25)
Converges to normal for large n
=CONFIDENCE.T(0.05, 5, 1000)
Common Errors
Alpha not between 0 and 1, standard deviation not positive, or sample size less than 1.
Non-numeric arguments.
Tips
If you compute the standard deviation from your sample (rather than knowing the population value), CONFIDENCE.T is technically correct even for large samples.
CONFIDENCE.T always gives a larger margin than CONFIDENCE.NORM for the same inputs. The difference is substantial for small n but negligible for n > 100.
Internally, CONFIDENCE.T uses n-1 degrees of freedom. More degrees of freedom means the t-distribution is closer to the normal distribution.
Try CONFIDENCE.T in Viztab
Import your data and use CONFIDENCE.T with 370+ other formulas. No signup required.
Open Viztab