Skip to content
Hifumi's Study NotesnotesProbability and StatisticsT-Statistic

T-Statistic

Tags
PAS
Cegep/2
Word count
251 words
Reading time
2 minutes

Distance of a random variable from its mean in standard errors
Similar to z-score, but used when ==the sample size is small== or ==the population standard deviation is unknown==

t=xμsdf=n1

The higher the degrees of freedom, the closer the t-distribution to the z-distribution.

Examples

Using t-statistic, derive a 1a confidence interval for μ by taking n random samples.

P(tα2<Tn1<tα2)=1αP(tα2<XμSn<ta2)=1αP(Xtα2Sn<μ<X+tα2Sn)=1αP(Xtα2Sn<μ<X+tα2Sn)=1α

The confidence interval is (Xtα2Sn,X+tα2Sn).

A manufacturer of printers wishes to estimate the mean number of characters printed before the printhead fails. The printer manufacturer tests n = 15 printheads and finds x = 1.24 million characters printed until failure and s = 0.19 million characters printed until failure. Form a 99% confidence interval for the mean number of characters printed before the printhead fails. Interpret the result.

n=15df=151=14tα2=t0.005=2.977(xtα2sn,x+tα2sn)=(1.09,1.39)

Therefore, (1.09,1.39) is a 99% C.I. for μ.

Contributors

Changelog