{"id":28720032,"url":"https://github.com/xiaorancs/autoregressive-model","last_synced_at":"2025-06-15T06:06:43.733Z","repository":{"id":297017935,"uuid":"113857184","full_name":"xiaorancs/autoregressive-model","owner":"xiaorancs","description":"C++实现自回归模型","archived":false,"fork":false,"pushed_at":"2017-12-11T12:38:43.000Z","size":187,"stargazers_count":18,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T22:31:39.769Z","etag":null,"topics":["aautoregressive-model","c"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaorancs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-12-11T12:37:10.000Z","updated_at":"2024-05-15T09:42:04.000Z","dependencies_parsed_at":"2025-06-03T22:33:32.875Z","dependency_job_id":"8aac95de-3cc6-4d3d-9f19-34c929b18aaa","html_url":"https://github.com/xiaorancs/autoregressive-model","commit_stats":null,"previous_names":["xiaorancs/autoregressive-model"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiaorancs/autoregressive-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaorancs%2Fautoregressive-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaorancs%2Fautoregressive-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaorancs%2Fautoregressive-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaorancs%2Fautoregressive-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaorancs","download_url":"https://codeload.github.com/xiaorancs/autoregressive-model/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaorancs%2Fautoregressive-model/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259929975,"owners_count":22933536,"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":["aautoregressive-model","c"],"created_at":"2025-06-15T06:06:42.966Z","updated_at":"2025-06-15T06:06:43.711Z","avatar_url":"https://github.com/xiaorancs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 自回归模型\nC++实现的自回归模型(AR)和自回归滑动平均模型的拟合(ARMA)。从矩阵的运算，参考资料一步一步实现。[百度百科](https://baike.baidu.com/item/%E8%87%AA%E5%9B%9E%E5%BD%92%E6%A8%A1%E5%9E%8B/1037587?fr=aladdin   \n)   \n\n+ papers/: 参考资料，分别是AR.pdf 和 ARMA.pdf. \n+ [code/AR.cpp](./code/AR.cpp) 是AR模型的实现代码.\n+ [code/ARMA.cpp](./code/ARMA.cpp) ARMA.cpp 是ARMA模型的实现代码.\n+ [code/head.h](./code/head.h): 用到的头文件集合.\n+ [code/mat.cpp](./code/mat.cpp): 用到的所有矩阵的操作.\n+ [code/source.cpp](./code/source.cpp): AR和ARMA中公用到的函数.\n\n\n注意：代码中头文件的引用不是很规范;本代码在Ubuntu下开发，使用G++。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaorancs%2Fautoregressive-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaorancs%2Fautoregressive-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaorancs%2Fautoregressive-model/lists"}