Added CDF explicitly to conditional priors
This explicitly adds the cdf
method to ConditionalPrior
. Previously, cdf
was working correctly when used within a ConditionalPriorDict
. This allows the cdf
to be called in standalone ConditionalPrior
objects.