Noncentral F-distribution
   HOME

TheInfoList



OR:

In
probability theory Probability theory or probability calculus is the branch of mathematics concerned with probability. Although there are several different probability interpretations, probability theory treats the concept in a rigorous mathematical manner by expre ...
and
statistics Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, the noncentral ''F''-distribution is a continuous probability distribution that is a noncentral generalization of the (ordinary) ''F''-distribution. It describes the distribution of the quotient (''X''/''n''1)/(''Y''/''n''2), where the numerator ''X'' has a
noncentral chi-squared distribution In probability theory and statistics, the noncentral chi-squared distribution (or noncentral chi-square distribution, noncentral \chi^2 distribution) is a noncentral generalization of the chi-squared distribution. It often arises in the power ...
with ''n''1 degrees of freedom and the denominator ''Y'' has a central
chi-squared distribution In probability theory and statistics, the \chi^2-distribution with k Degrees of freedom (statistics), degrees of freedom is the distribution of a sum of the squares of k Independence (probability theory), independent standard normal random vari ...
with ''n''2 degrees of freedom. It is also required that ''X'' and ''Y'' are
statistically independent Independence is a fundamental notion in probability theory, as in statistics and the theory of stochastic processes. Two event (probability theory), events are independent, statistically independent, or stochastically independent if, informally s ...
of each other. It is the distribution of the
test statistic Test statistic is a quantity derived from the sample for statistical hypothesis testing.Berger, R. L.; Casella, G. (2001). ''Statistical Inference'', Duxbury Press, Second Edition (p.374) A hypothesis test is typically specified in terms of a tes ...
in
analysis of variance Analysis of variance (ANOVA) is a family of statistical methods used to compare the Mean, means of two or more groups by analyzing variance. Specifically, ANOVA compares the amount of variation ''between'' the group means to the amount of variati ...
problems when the
null hypothesis The null hypothesis (often denoted ''H''0) is the claim in scientific research that the effect being studied does not exist. The null hypothesis can also be described as the hypothesis in which no relationship exists between two sets of data o ...
is false. The noncentral ''F''-distribution is used to find the
power function In mathematics, exponentiation, denoted , is an operation involving two numbers: the ''base'', , and the ''exponent'' or ''power'', . When is a positive integer, exponentiation corresponds to repeated multiplication of the base: that is, i ...
of such a test.


Occurrence and specification

If X is a noncentral chi-squared random variable with noncentrality parameter \lambda and \nu_1 degrees of freedom, and Y is a chi-squared random variable with \nu_2 degrees of freedom that is
statistically independent Independence is a fundamental notion in probability theory, as in statistics and the theory of stochastic processes. Two event (probability theory), events are independent, statistically independent, or stochastically independent if, informally s ...
of X, then : F=\frac is a noncentral ''F''-distributed random variable. The
probability density function In probability theory, a probability density function (PDF), density function, or density of an absolutely continuous random variable, is a Function (mathematics), function whose value at any given sample (or point) in the sample space (the s ...
(pdf) for the noncentral ''F''-distribution is : p(f) =\sum\limits_^\infty\frac \left(\frac\right)^ \left(\frac\right)^f^ when f\ge0 and zero otherwise. The degrees of freedom \nu_1 and \nu_2 are positive. The term B(x,y) is the
beta function In mathematics, the beta function, also called the Euler integral of the first kind, is a special function that is closely related to the gamma function and to binomial coefficients. It is defined by the integral : \Beta(z_1,z_2) = \int_0^1 t^ ...
, where : B(x,y)=\frac. The
cumulative distribution function In probability theory and statistics, the cumulative distribution function (CDF) of a real-valued random variable X, or just distribution function of X, evaluated at x, is the probability that X will take a value less than or equal to x. Ever ...
for the noncentral ''F''-distribution is : F(x\mid d_1,d_2,\lambda)=\sum\limits_^\infty\left(\frace^ \right)I\left(\frac\bigg, \frac+j,\frac\right) where I is the
regularized incomplete beta function In mathematics, the beta function, also called the Euler integral of the first kind, is a special function that is closely related to the gamma function and to binomial coefficients. It is defined by the integral : \Beta(z_1,z_2) = \int_0^1 t^( ...
. The mean and variance of the noncentral ''F''-distribution are : \operatorname \quad \begin = \frac & \text \nu_2>2\\ \text & \text \nu_2\le2\\ \end and : \operatorname \quad \begin = 2\frac\left(\frac\right)^2 & \text \nu_2>4\\ \text & \text \nu_2\le4.\\ \end


Special cases

When ''λ'' = 0, the noncentral ''F''-distribution becomes the ''F''-distribution.


Related distributions

''Z'' has a
noncentral chi-squared distribution In probability theory and statistics, the noncentral chi-squared distribution (or noncentral chi-square distribution, noncentral \chi^2 distribution) is a noncentral generalization of the chi-squared distribution. It often arises in the power ...
if : Z=\lim_\nu_1 F where ''F'' has a noncentral ''F''-distribution. See also
noncentral t-distribution The noncentral ''t''-distribution generalizes Student's t-distribution, Student's ''t''-distribution using a noncentrality parameter. Whereas the central probability distribution describes how a test statistic ''t'' is distributed when the diff ...
.


Implementations

The noncentral ''F''-distribution is implemented in the R language (e.g., pf function), in
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
(ncfcdf, ncfinv, ncfpdf, ncfrnd and ncfstat functions in the statistics toolbox) in
Mathematica Wolfram (previously known as Mathematica and Wolfram Mathematica) is a software system with built-in libraries for several areas of technical computing that allows machine learning, statistics, symbolic computation, data manipulation, network ...
(NoncentralFRatioDistribution function), in
NumPy NumPy (pronounced ) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. The predeces ...
(random.noncentral_f), and in
Boost C++ Libraries Boost, boosted or boosting may refer to: Science, technology and mathematics * Boost, positive manifold pressure in turbocharged engines * Boost (C++ libraries), a set of free peer-reviewed portable C++ libraries * Boost (material), a material b ...
. A collaborative wiki page implements an interactive online calculator, programmed in the
R language R, or r, is the eighteenth letter of the Latin alphabet, used in the modern English alphabet, the alphabets of other western European languages and others worldwide. Its name in English is ''ar'' (pronounced ), plural ''ars''. The lette ...
, for the noncentral t, chi-squared, and F distributions, at the Institute of Statistics and Econometrics of the
Humboldt University of Berlin The Humboldt University of Berlin (, abbreviated HU Berlin) is a public research university in the central borough of Mitte in Berlin, Germany. The university was established by Frederick William III on the initiative of Wilhelm von Humbol ...
.


Notes


References

* {{Probability distributions Continuous distributions F