Home
last modified time | relevance | path

Searched refs:chi2_p95 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_rand.cpp21 static double chi2_p95(int n) in chi2_p95() function
80 double chi2_pval = chi2_p95(hsz - 1 - (dist_type == CV_RAND_NORMAL ? 2 : 0)); in check_pdf()