{"id":20821268,"url":"https://github.com/mrtkp9993/anomalydetectioncpp","last_synced_at":"2025-10-24T07:02:32.410Z","repository":{"id":107927484,"uuid":"195661645","full_name":"mrtkp9993/AnomalyDetectionCpp","owner":"mrtkp9993","description":"Simple anomaly detection for univariate time series data.","archived":false,"fork":false,"pushed_at":"2021-01-08T19:11:58.000Z","size":28,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T16:44:53.990Z","etag":null,"topics":["anomaly-detection","cpp","data-science","statistics"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtkp9993.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-07T14:34:53.000Z","updated_at":"2022-07-01T11:16:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"0da828d9-46c1-434b-8730-282094d284a0","html_url":"https://github.com/mrtkp9993/AnomalyDetectionCpp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mrtkp9993/AnomalyDetectionCpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2FAnomalyDetectionCpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2FAnomalyDetectionCpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2FAnomalyDetectionCpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2FAnomalyDetectionCpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtkp9993","download_url":"https://codeload.github.com/mrtkp9993/AnomalyDetectionCpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2FAnomalyDetectionCpp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265411706,"owners_count":23760657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anomaly-detection","cpp","data-science","statistics"],"created_at":"2024-11-17T22:11:48.857Z","updated_at":"2025-10-24T07:02:27.371Z","avatar_url":"https://github.com/mrtkp9993.png","language":"C++","readme":"# AnomalyDetectionCpp\n\n[![DOI](https://zenodo.org/badge/195661645.svg)](https://zenodo.org/badge/latestdoi/195661645)\n\n## Current methods for anomaly detection\n\n* Three-sigma rule.\n* Median absolute deviation.\n\n## Build\n\n```\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Usage\n\n* Three-sigma rule (global mean/variance):\n    ```\n    ./AnomalyDetectionCpp example.csv tsg\n    ```\n    \n* Three-sigma rule (rolling mean/variance):\n    ```\n    ./AnomalyDetectionCpp example.csv tsr 15\n    ```\n\n* Median absolute deviation:\n    ```\n    ./AnomalyDetectionCpp example.csv mad\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtkp9993%2Fanomalydetectioncpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtkp9993%2Fanomalydetectioncpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtkp9993%2Fanomalydetectioncpp/lists"}