[Index for rtools]
[Return to Master Index]
[Return to www.radarworks.com]
RT_fcdf
(rtools/RT_fcdf.m)
Function Synopsis
[p,q] = RT_fcdf(x,df1,df2)
Help text
function [p,q] = RT_fcdf(x,df1,df2)
Returns the F cumulative probability density with degrees of freedom
of DF1(numerator) and DF2(denominator) at the values in vector X.
Strictly speaking, df1 and df2 should be integers.
Q is returned as the complementary value, and is calculated
separately from P via dcdflib. This allows the full range
of realmin < x < realmax to be processed for inversion via
RT_finv
Source: see www.mathworld.com, uses dcdflib
Part of the Matlab Radar Toolbox v0.11 by Glen Davidson at www.radarworks.com
Please acknowledge use of this toolbox in any publication or software.
This header must be retained in any derivative work
Cross-Reference Information
This function is called by
Produced by mat2html on Mon Mar 17 16:14:19 2003
Cross-Directory links are: OFF