Numerator degrees of freedom, specified as a positive scalar value or an array of
positive scalar values. If both nu1 and nu2
are arrays, they must be the same size. If either nu1 or
nu2 is a scalar, then fstat expands
the scalar argument into a constant array of the same size as the other argument.
Data Types: single | double
Denominator degrees of freedom, specified as a positive scalar value or an array of
positive scalar values. If both nu1 and nu2
are arrays, they must be the same size. If either nu1 or
nu2 is a scalar, then fstat expands
the scalar argument into a constant array of the same size as the other argument.
Mean for the F distribution, returned as a numeric scalar or an
array of numeric scalars. m is the same size as
nu1 and nu2. Each element in
m is the mean of the F distribution specified
by the corresponding elements in nu1 and nu2.
If nu1(i) or nu2(i) is less than or equal to
zero, then m(i) is NaN.
The mean of the F distribution for values of
ν2 greater than 2 is
Variance for the F distribution, returned as a numeric scalar or
an array of numeric scalars. v is the same size as
nu1 and nu2. Each element in
v is the variance of the F distribution
specified by the corresponding elements in nu1 and
nu2. If nu1(i) or
nu2(i) is less than or equal to zero, then
v(i) is NaN.
The variance of the F distribution for values of
ν2 greater than 4 is