Function Reference: nctstat

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

Compute statistics 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