public override CategoricalDistribution divideBy(CategoricalDistribution divisor) { return divideBy((ProbabilityTable) divisor); }