Ncfcdf
Ncfcdf-func
Definition:
computes the probability associated with the lower tail of the non-central
or variance-ratio distribution.
The lower tail probability of the non-central F-distribution with
and
degrees of freedom and non-centrality parameter
,
is defined by:
=
,
Where
![u^{(\nu _1+2j-2)/2}\left[ \nu _2+(\nu _1+2j)u\right] ^{-(\nu _1+2j+\nu _2)/2}
u^{(\nu _1+2j-2)/2}\left[ \nu _2+(\nu _1+2j)u\right] ^{-(\nu _1+2j+\nu _2)/2}](../images/Ncfcdf_(function)/math-795e99d1f78eea1daee1fdc4ebaadbf7.png)
and
is the beta function.
Parameters:
- f (input,double)
- The deviate from the non-central F-distribution,.
.
- df1 (input,double)
- The degrees of freedom of the numerator variance,
.
.
- df2 (input,double)
- The degrees of freedom of the denominator variance,
. /math-5018dbca62ef3ca6ffcb84164c59aaac.png)
- lambda (input,double)
- The non-centrality parameter,
, of the required beta distribution,
where U is the safe range parameters as defined by by NAG nag_real_safe_small_number (X02AMC). See chapter X02 in the NAG documentation.
- prob (output,double)
- The probability.