HomeSort by: relevance | last modified time | path
    Searched defs:run_chisq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
terandom_chisq.c 295 run_chisq (double (*f)(long, mpfr_prec_t, int, double, double, int), function
346 run_chisq (test_erandom_chisq_cont, nbtests, 64, 60, 0, 7, verbose);
347 run_chisq (test_erandom_chisq_disc, nbtests, 64, 2, 0.002, 6, verbose);
348 run_chisq (test_erandom_chisq_disc, nbtests, 64, 3, 0.02, 7, verbose);
349 run_chisq (test_erandom_chisq_disc, nbtests, 64, 4, 0.04, 8, verbose);
tnrandom_chisq.c 296 run_chisq (double (*f)(long, mpfr_prec_t, int, double, double, int), function
347 run_chisq (test_nrandom_chisq_cont, nbtests, 64, 60, -4, 4, verbose);
348 run_chisq (test_nrandom_chisq_disc, nbtests, 64, 2, 0.0005, 3, verbose);
349 run_chisq (test_nrandom_chisq_disc, nbtests, 64, 3, 0.002, 4, verbose);
350 run_chisq (test_nrandom_chisq_disc, nbtests, 64, 4, 0.004, 4, verbose);

Completed in 100 milliseconds