Answer on Question #57116 - Math - Statistics and Probability
Write the t distribution and its properties with useful examples.
Solution
The "t-distribution", or "central Student's ", distribution resulting for the measurable quantity
if satisfies the standard normal distribution and satisfies the chi-squared distribution with degrees of freedom, and are independent.
Probability density function is
where
is the number of degrees of freedom and is the gamma function.
The curve never touches the axis. It is symmetric, bell-shaped and centered at 0 just like the standard normal density, but is more spread out (higher variance), a lower and wider. The shape of probability density function is dependent on the sample size .
Cumulative distribution function is
The parameter of distribution is the random sample size .
Expected value is for , otherwise undefined.
Median and mode are zero.
Variance is
for
undefined otherwise.
The variance is greater than 1.
The odd raw moments of the t-distribution are zero. Student's t-distribution is a continuous probability distribution that arises when estimating the mean of a normally distributed population and when the sample size is small and population standard deviation is unknown.
The standardized arithmetic mean of a sample as a variable
satisfies the distribution.
Student's -distribution is also applied in the Students's t-test for assessing the statistical significance of the difference between two sample means, the construction of confidence intervals for the difference between two population means and in linear regression analysis, in the Bayesian analysis of data from a normal family.
In Excel 2010/2013 T.DIST (x, df, TRUE) is the cumulative distribution function for the -distribution with df degrees of freedom and T.DIST(x, df, FALSE) is the probability density function
for the -distribution. In the previous versions of Excel the cumulative distribution function is given by 1-TDIST(x,df,1) when and by TDIST(-x, df, 1) when .
In R package dt(x,df, ncp,log=FALSE), pt(q, df, ncp, lower.tail=TRUE, log.p=FALSE) give the probability density and cumulative distribution functions respectively.
As the degrees of freedom increases , the -distribution converge to the standard normal. The approximation is quite close for . If then -distribution can be substituted by the standard normal distribution.
If , then -distribution coincides with Cauchy distribution. There exist different generalizations of -distribution (for example, noncentral -distribution, non-standardized Student's -distribution).
Properties of these types can differ. For example, the central distribution is symmetric, while the noncentral is skewed.
www.AssignmentExpert.com
Comments