Statistics Toolbox    
fcdf

F cumulative distribution function (cdf)

Syntax

Description

P = fcdf(X,V1,V2) computes the F cdf at each of the values in X using the corresponding parameters in V1 and V2. Vector or matrix inputs for X, V1, and V2 must all be the same size. A scalar input is expanded to a constant matrix with the same dimensions as the other inputs. The parameters in V1 and V2 must be positive integers.

The F cdf is

The result, p, is the probability that a single observation from an F distribution with parameters 1 and 2 will fall in the interval [0 x].

Examples

This example illustrates an important and useful mathematical identity for the F distribution.

See Also

cdf, finv, fpdf, frnd, fstat


  factoran ff2n