Searched defs:random_sample (Results 1 – 3 of 3) sorted by relevance
174 double AndersonDarlingStatistic(int n, double* random_sample) { in AndersonDarlingStatistic()188 double AndersonDarlingTest(int n, double* random_sample) { in AndersonDarlingTest()198 scoped_array<double> random_sample(new double[n]); in ADTestTest() local241 scoped_array<double> random_sample(new double[n]); in TestNextRandom() local282 scoped_array<double> random_sample(new double[n]); in TestPickNextSample() local
650 random_sample(_InputIter __first, _InputIter __last, in random_sample() function660 random_sample(_InputIter __first, _InputIter __last, in random_sample() function