nctstat
Compute statistics for the noncentral distribution.
[m, v] = nctstat (df, delta)
returns the mean
and variance of the noncentral distribution with df degrees
of freedom and noncentrality parameter delta.
The size of m and v is the common size of the input arguments. Scalar input arguments df and delta are regarded as constant matrices of the same size as the other input.
See also: nctcdf, nctinv, nctpdf, nctrnd
Source Code: nctstat