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