.. _jeff-codes: Spatial scan statistics: approximations and performance study ============================================ These are codes that were used for experiments in :cite:`AMPVZ06`. 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);