| 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 |
P = ncfcdf(X,NU1,NU2,DELTA)
P = ncfcdf(X,NU1,NU2,DELTA) computes the noncentral F cdf at each of the values in X using the corresponding numerator degrees of freedom in NU1, denominator degrees of freedom in NU2, and positive noncentrality parameters in DELTA. NU1, NU2, and DELTA can be vectors, matrices, or multidimensional arrays that have the same size, which is also the size of P. A scalar input for X, NU1, NU2, or DELTA is expanded to a constant array with the same dimensions as the other inputs.
The noncentral F cdf is

where I(x|a,b) is the incomplete beta function with parameters a and b.
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).
x = (0.01:0.1:10.01)'; p1 = ncfcdf(x,5,20,10); p = fcdf(x,5,20); plot(x,p,'-',x,p1,'-')

[1] Johnson, N., and S. Kotz. Distributions in Statistics: Continuous Univariate Distributions-2. Hoboken, NJ: John Wiley & Sons, Inc., 1970, pp. 189–200.
cdf, ncfpdf, ncfinv, ncfstat, ncfrnd
![]() | nbinstat | ncfinv | ![]() |

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 |