ncfstat
Mean and variance for the noncentral F distribution.
[m, v] = ncfstat (df1, df1, delta)
returns the mean and variance of the noncentral F distribution with df1
and df2 degrees of freedom and noncentrality parameter delta.
The size of m and v is the common size of the input arguments. Scalar input arguments df1, df2, and delta are regarded as constant matrices of the same size as the other input.
See also: ncfcdf, ncfinv, ncfpdf, ncfrnd
Source Code: ncfstat