Statistics Toolbox
  Go to function:
    Search    Help Desk 
ncfcdf    Examples

Noncentral F cumulative distribution function (cdf).

Syntax

Description

P = ncfcdf(X,NU1,NU2,DELTA) returns the noncentral F cdf with numerator degrees of freedom (df), NU1, denominator df, NU2, and positive noncentrality parameter, DELTA, at the values in X.

The size of P is the common size of the input arguments. A scalar input functions as a constant matrix of the same size as the other inputs.

The noncentral F cdf is:

where I(x|a,b) is the incomplete beta function with parameters a and b.

Example

Compare the noncentral F cdf with = 10 to the F cdf with the same number of numerator and denominator degrees of freedom (5 and 20 respectively).

References

Johnson, N., and S. Kotz, Distributions in Statistics: Continuous Univariate Distributions-2, John Wiley and Sons, 1970. pp. 189-200.



[ Previous | Help Desk | Next ]