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