ReferenceFunctionsStatistics Functions
CONFIDENCE.T
CONFIDENCE.T: Returns the half-width of a confidence interval using a t critical value.
Summary
CONFIDENCE.T is typically used when population standard deviation is unknown and sample size
is limited.
Remarks
alphamust satisfy0 < alpha < 1.standard_devmust be greater than0.sizemust be at least2so thatdf = size - 1is valid.- Returns
#NUM!when inputs are outside valid bounds.
Examples
95% t-interval half-width
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.8256636934020788
90% t-interval half-width
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2.9158049866307585
Related functions
Runtime metadata
Category
Statistics
Signature
CONFIDENCE.T(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