Noncentral T mean and variance
M = distfun_nctstat ( v , delta ) [M,V] = distfun_nctstat ( v , delta )
a matrix of doubles, the number of degrees of freedom, v>0.
a matrix of doubles, the noncentrality parameter, delta is real
a matrix of doubles, the mean
a matrix of doubles, the variance
Computes statistics from the Noncentral T distribution.
The mean of the Noncentral T distribution is
if v > 1. M is undefined if 0 < v <= 1.
The variance of the Noncentral T distribution is
if v > 2. V is undefined if 0 < v <= 2.
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.