Day 7 : Student’s T#
The Student’s t-distribution (or simply the t-distribution) is a continuous probability distribution that generalises the standard normal distribution. Like the latter, it has support \((-\infty, \infty)\), is symmetric around zero, and bell-shaped. However, it has heavier tails and the amount of probability mass in the tails is controlled by its parameter \(\nu>0\), which is known as degrees of freedom.
The probability density function is given by
The cumulative distribution function is given by
where \(2F_1\) is the hypergeometric function.
🔔 Random Facts 🔔#
If \(\nu = 1\), then it coincides with the Cauchy distribution.
It approaches the standard normal distribution as its parameter \(\nu\rightarrow \infty\).
It takes its name from English statistician, chemist, and brewer William Sealy Gosset who proposed it in a paper published in the journal Biometrika in 1908, under the pseudonym “Student”. One version of the origin of the pseudonym is that Gosset’s employer preferred staff to use pen names when publishing scientific papers instead of their real name, so he used the name “Student” to hide his identity. Another version is that Guinness did not want their competitors to know that they were using the t-test to determine the quality of raw material.