Class ProbMathTest

    • Constructor Detail

      • ProbMathTest

        public ProbMathTest()
    • Method Detail

      • testFactorial

        public void testFactorial()
        Test the factorial functions.
      • testPermutation

        public void testPermutation()
        Test the permutations functions.
      • testCombination

        public void testCombination()
        Test the combination functions.
      • testErf

        public void testErf()
        Test the erf(z)and erfInv(z) functions.
      • testGammaBeta

        public void testGammaBeta()
        Test the gammaln, gamma, and beta functions.