Spatial scan statistics: approximations and performance study

These are codes that were used for experiments in [AMP+06].

pyscan_module.def(“naive_find_rect”, &pyscan::naive_find_rect); pyscan_module.def(“naive_scan_grid”, &pyscan::naive_scan_grid); pyscan_module.def(“naive_approx_find_rect”, &pyscan::naive_approx_find_rect); pyscan_module.def(“scan_grid”, &pyscan::scan_grid); pyscan_module.def(“find_rect”, &pyscan::find_rect);