Class MultinomialBetaFunction

    • Constructor Detail

      • MultinomialBetaFunction

        public MultinomialBetaFunction​(int k)
        Constructs an instance of a multinomial Beta function.
        Parameters:
        k - the dimension of the function
    • Method Detail

      • evaluate

        public Double evaluate​(Vector a)
        Description copied from interface: Function
        Evaluate the function f at x, where x is from the domain.
        Parameters:
        a - x
        Returns:
        f(x)