Resolve #448 (Beta prior prob method fails on pandas objects)
This MR puts in a small fix to resolve issue #448 (closed) by just switching the check to see if the argument in Beta.prob()
is array_like or a single float/int to accept now both pandas dataframe objects as well as numpy.ndarrays.