{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2608-22201","title":"Efficient Regression Models for Scan Statistics","arxiv_id":"2608.22201","date":"2026-08-23","proceeding":null,"authors":["Gazi Abdur Rakib","Tristan Ashton","Ryan A. Loomis","Brian S. Mason","Eric J. Murphy","Ci Xue","Jeff M. Phillips"],"abstract":"We introduce a new class of regression models for scan statistics on real-valued signals. These allow for improved fitting of non-stationary signals to contrast with the interval anomalies identified by the scan statistics. Our models can represent generalized likelihood ratio statistics. While these methods naively require $O(n^4)$ for a length $n$ signal, we provide algorithmic improvements which lead to linear time algorithms (with assumptions on max interval width). Our methods, especially ones based on Nadaraya-Watson kernel regression, are demonstrated as especially effective in detecting both synthetically planted anomalies, and for identifying a real ``platforming'' issue in interferometric astronomy.","url_abs":"https://arxiv.org/abs/2608.22201","url_pdf":"https://arxiv.org/pdf/2608.22201","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.22201"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/BeardyMan37/RegressionScanStats","reach":null}],"summary":{"ran_draft_wrong":7,"ran_honours":3,"ran_fixture":1,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":13,"ran":11,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"a2188a4812275162","entry":"_laplace_kernel_from_t","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a2188a4812275162"}},{"code_sha256_prefix":"87451658a4bcbd8d","entry":"_positions_t","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"87451658a4bcbd8d"}},{"code_sha256_prefix":"f86d3edfeeebb15d","entry":"_prefix_sum","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f86d3edfeeebb15d"}},{"code_sha256_prefix":"bf410a8c6fda2ebf","entry":"_rbf_kernel_from_t","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bf410a8c6fda2ebf"}},{"code_sha256_prefix":"698adba9dd42e59b","entry":"_vandermonde_positions","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"698adba9dd42e59b"}},{"code_sha256_prefix":"c8b81c175dc6fc6d","entry":"build_regressor_sra","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c8b81c175dc6fc6d"}},{"code_sha256_prefix":"196f007ed85eb053","entry":"calculate_krr_sra","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"196f007ed85eb053"}},{"code_sha256_prefix":"ac35933f45bcb856","entry":"calculate_mean_sra","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ac35933f45bcb856"}},{"code_sha256_prefix":"115ae1f3ba9b94c2","entry":"calculate_poly_sra","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"115ae1f3ba9b94c2"}},{"code_sha256_prefix":"a6421291b606b79e","entry":"mean_precompute","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a6421291b606b79e"}},{"code_sha256_prefix":"7d6a1ffc729e68ff","entry":"poly_precompute","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7d6a1ffc729e68ff"}},{"code_sha256_prefix":"a67886efc87bd7f6","entry":"MeanPrecomp","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a67886efc87bd7f6"}},{"code_sha256_prefix":"2cab8e3d50852857","entry":"PolyPrecomp","repo":"BeardyMan37/RegressionScanStats","repo_kind":"found_in_text","path":"helpers/regressors.py","file_url":"https://github.com/BeardyMan37/RegressionScanStats/blob/HEAD/helpers/regressors.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2cab8e3d50852857"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}