public Factor pointwiseProduct(Factor multiplier) { return pointwiseProduct((ProbabilityTable) multiplier); }