Function Reference: nctstat

statistics: [m, v] = nctstat (df, delta)

Mean and variance for the noncentral T distribution.

[m, v] = nctstat (df, delta) returns the mean and variance of the noncentral T 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