F = logdist.uniform(Lo,Hi)
Lo
[ numeric ] - Lower bound of the uniform distribution.
Hi
[ numeric ] - Upper bound of the uniform distribution.
F
[ function_handle ] - Handle to a function returning a value that is proportional to the log of the uniform density.See help on the logdisk package for details on using the function handle F
.