| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Statistics Toolbox |
| Contents | Index |
| Learn more about Statistics Toolbox |
| On this page… |
|---|
The most general representation of the noncentral t distribution is quite complicated. Johnson and Kotz [58] give a formula for the probability that a noncentral t variate falls in the range [–t, t].

I(x|a,b) is the incomplete beta function with parameters a and b, δ is the noncentrality parameter, and ν is the number of degrees of freedom.
The noncentral t distribution is a generalization of Student's t distribution.
Student's t distribution with n – 1 degrees of freedom models the t-statistic
![]()
where
is
the sample mean and s is the sample standard
deviation of a random sample of size n from a
normal population with mean μ. If the population
mean is actually μ0,
then the t-statistic has a noncentral t distribution
with noncentrality parameter
![]()
The noncentrality parameter is the normalized difference between μ0 and μ.
The noncentral t distribution gives the probability that a t test will correctly reject a false null hypothesis of mean μ when the population mean is actually μ0; that is, it gives the power of the t test. The power increases as the difference μ0 – μ increases, and also as the sample size n increases.
The following commands generate a plot of the noncentral t pdf.
x = (-5:0.1:5)'; p1 = nctcdf(x,10,1); p = tcdf(x,10); plot(x,p,'-',x,p1,'-')

Continuous Distributions (Statistics)
![]() | Noncentral F Distribution | Nonparametric Distributions | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |