I have using pymc successfully, I believe. However, I would like to be able to visualize or plot a prior disctribution
em0 = pymc.Normal('em0',mu=emLog, tau=1./0.3, value=emLog)
where emLog
is my guess at where to find the center of the distribution
em0
then has a number of methods but none seem to allow me to plot the distribution.