LogUniform PDF
y = distfun_logupdf ( x , a , b )
a matrix of doubles
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 density
This function computes the LogUniform PDF.
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.
Any optional input argument equal to the empty matrix will be set to its default value.
The LogUniform distribution with parameters a and b has density
if x in [exp(a),exp(b)].