Class SoftEvidence

    • Method Detail

      • divideByPrior

        public static Table divideByPrior​(Table target,
                                          Table prior)
        Divides target soft evidence by an existing prior distribution or query. This is often used so that when the soft evidence is applied during inference, it cancels out the prior or query.
        Parameters:
        target -
        prior -
        Returns:
        The adjusted distribution.