fstat
Compute statistics of the -distribution.
[m, v] = fstat (df1, df2)
returns the mean and
variance of the -distribution with df1 and df2 degrees
of freedom.
The size of m (mean) and v (variance) is the common size of the input arguments. A scalar input functions as a constant matrix of the same size as the other inputs.
Further information about the -distribution can be found at https://en.wikipedia.org/wiki/F-distribution
See also: fcdf, finv, fpdf, frnd
Source Code: fstat