LogUniform mean and variance
M = distfun_logustat ( a , b ) [M,V] = distfun_logustat ( a , b )
a matrix of doubles, the minimum of the underlying uniform variable.
a matrix of doubles, the maximum of the underlying uniform variable. b>a.
a matrix of doubles, the mean
a matrix of doubles, the variance
Computes statistics from the LogUniform distribution.
The mean and variance of the LogUniform distribution are
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.