F = logdist.t(Mean,Std,Df)
Mean
[ numeric ] - Mean of the normal distribution.
Std
[ numeric ] - Std dev of the normal distribution.
Df
[ integer ] - Number of degrees of freedom. If finite, the distribution is Student T; if omitted or Inf
(default) the distribution is Normal.
Multivariate cases are supported. Evaluating multiple vectors as an array of column vectors is supported.
F
[ function_handle ] - Function handle returning a value proportional to the log of Normal or Student density.See help on the logdisk package for details on using the function handle F
.