F = logdist.beta(Mean,Std)
Mean [ numeric ] - Mean of the beta distribution.
Std [ numeric ] - Std dev of the beta distribution.
F [ function_handle ] - Function handle returning a value proportional to the log of the beta density.See help on the logdisk package for details on using the function handle F.