In probability and statistics, the noncentral t-distribution (also known as the singly noncentral t-distribution) generalizes Student's t-distribution. Like the central t-distribution, the noncentral t-distribution is primarily used in statistical inference, although it may also be used in robust modeling for data. In particular, the noncentral -distribution arises in power analysis.
Noncentral Student's t | |||
---|---|---|---|
Probability density function ![]() | |||
Parameters |
degrees of freedom (real) noncentrality parameter (real) | ||
Support | |||
see text | |||
CDF | see text | ||
Mean | see text | ||
Variance | see text | ||
Skewness | see text | ||
Excess kurtosis | see text |
Characterization
If is a normally distributed random variable with unit variance and zero mean, and is a Chi-square distributed random variable with degrees of freedom that is statistically independent of , then
is a noncentral -distributed random variable with degrees of freedom and noncentrality parameter . Note that the noncentrality parameter may be negative.
Cumulative distribution function
The cumulative distribution function can be expressed as [1]
where is the noncentrality parameter, is the degrees of freedom, is the regularized incomplete beta function,
and is the cumulative distribution function of standard normal distribution.
This form of the cumulative distribution function is easy to evaluate through recursive computing. In statistical software R, the cumulative distribution function is implemented as pt.
Probability density function
The probability density function for the noncentral -distribution with degrees of freedom and noncentrality parameter can be expressed in several forms.
The confluent hypergeometric function form of the density function is
where is a confluent hypergeometric function.
An alternative integral form is [2]
A third form of the density is obtained using its cumulative distribution functions, as follows.
This is the approach implemented by the dt function in R.
Properties
Moments of the Noncentral t-distribution
In general, the th raw moment of the non-central -distribution is [3].
In particular, the mean and variance of the noncentral t-distribution are
and
Occurences
Use in power analysis
Suppose we have an independent and identically distributed sample , each of which is normally distributed with mean and variance , and we are interested in testing the null hypothesis vs. the alternative hypothesis . We can perform a one sample -test using the test statistic
where is the sample mean and is the unbiased sample variance. Since the right hand side of the second equality exactly matches the characterization of a noncentral -distribution as described above, has a noncentral -distribution with degrees of freedom and noncentrality parameter .
If the test procedure rejects the null hypothesis whenever , where is the upper quantile of the (central) Student's t-distribution for a pre-specified , then the power of this test is given by
Similar applications of the noncentral t-distribution can be found in the power analysis of the general normal-theory linear models, which includes the above one sample -test as a special case.
Related distributions
- Central t approximation: The central t-distribution can be converted into a ___location/scale family. This family of distributions is used in data modeling to capture various tail behaviors. The ___location/scale generalization of the central t-distribution is a different distribution from the noncentral t-distribution discussed in this article. In particular, this approximation does not respect the asymmetry of noncentral t-distribution.
- If is noncentral t-distributed with degrees of freedom and noncentrality parameter and , then has a noncentral F-distribution with 1 numerator degree of freedom, denominator degrees of freedom, and noncentrality parameter .
- If is noncentral t-distributed with degrees of freedom and noncentrality parameter and , then has a normal distribution with mean and unit variance.
- When the denominator noncentrality parameter of a doubly noncentral t-distribution is zero, then it becomes a noncentral t-distribution.
Special cases
- When , the noncentral -distribution becomes the central (Student's) t-distribution with the same degrees of freedom.
See also
References
- ^ Lenth, Russell V (1989). "Algorithm AS 243: Cumulative Distribution Function of the Non-central t Distribution". Journal of the Royal Statistical Society. Series C (Applied Statistics). 38: 185–189.
- ^ L. Scharf, Statistical Signal Processing, (Massachusetts: Addison-Wesley, 1991), p.177.
- ^ Hogben, D (1961). "The moments of the non-central t-distribution". Biometrika. 48: 465–468.
{{cite journal}}
: Unknown parameter|coauthor=
ignored (|author=
suggested) (help)
External links
- Comparison of noncentral and central t-distributions Density plot, critical value, cumulative probability, etc., noncentral t-distribution online calculator, based on R platform embedded in Mediawiki
- Eric W. Weisstein. "Noncentral Student's t-Distribution." From MathWorld--A Wolfram Web Resource