Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the T.INV.2T function. |
| deg_freedom | Parameter of the T.INV.2T function. |
Examples
Critical value for 95% CI
=T.INV.2T(0.05, 24)
Critical value for 99% CI
=T.INV.2T(0.01, 50)
Small sample critical value
=T.INV.2T(0.05, 5)
Common Errors
Probability must be between 0 and 1 (exclusive). Degrees of freedom must be at least 1. Note: the probability here is alpha (e.g., 0.05), not the confidence level.
Occurs when arguments are non-numeric.
Tips
Pass the significance level (alpha), not the confidence level. For a 95% CI, use 0.05, not 0.95. This is the combined probability in both tails.
T.INV.2T always returns a positive t-value. The critical region is +/- this value. This makes it the natural choice for confidence interval construction.
CI = sample_mean +/- T.INV.2T(alpha, n-1) * (sample_std / SQRT(n)). This is the standard formula for a t-based confidence interval.
Try T.INV.2T in Viztab
Import your data and use T.INV.2T with 370+ other formulas. No signup required.
Open Viztab