Normal mean and variance
M = distfun_normstat ( mu , sigma ) [M,V] = distfun_normstat ( mu , sigma )
a matrix of doubles, the average
a matrix of doubles, the standard deviation. sigma>0.
a matrix of doubles, the mean
a matrix of doubles, the variance
Computes statistics from the Normal distribution.
The mean and variance of the Normal distribution are
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.