{"id":23701399,"url":"https://github.com/zoziha/fortsa","last_synced_at":"2026-01-29T12:30:15.080Z","repository":{"id":44830495,"uuid":"377836341","full_name":"zoziha/fortsa","owner":"zoziha","description":"A Univariate Time Series Analysis and ARIMA Modeling Package in Fortran.","archived":false,"fork":false,"pushed_at":"2022-07-12T07:42:10.000Z","size":17656,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T09:37:20.762Z","etag":null,"topics":["arima","arma","bindings","fortran","fpm","time-series","time-series-analysis","tsa"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoziha.png","metadata":{"files":{"readme":"README-CN.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}},"created_at":"2021-06-17T13:15:42.000Z","updated_at":"2022-07-12T07:46:22.000Z","dependencies_parsed_at":"2022-08-27T09:40:32.680Z","dependency_job_id":null,"html_url":"https://github.com/zoziha/fortsa","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoziha%2Ffortsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoziha%2Ffortsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoziha%2Ffortsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoziha%2Ffortsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoziha","download_url":"https://codeload.github.com/zoziha/fortsa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239776822,"owners_count":19695172,"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":["arima","arma","bindings","fortran","fpm","time-series","time-series-analysis","tsa"],"created_at":"2024-12-30T09:37:22.729Z","updated_at":"2026-01-29T12:30:15.029Z","avatar_url":"https://github.com/zoziha.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 时间序列分析 Fortran 接口包\n\n\u003e 中文 | [English](./README.md)\n\n## Fortran 的单变量时间序列分析和 ARIMA 建模包\n\n`fortsa`是基于 [rafat/ctsa](https://github.com/rafat/ctsa) 的单变量时间序列分析的 Fortran 接口包。\n\n`ctsa` 是一个用于单变量时间序列分析的 C 软件包。\n\n## 开始\n\n```sh\ngit clone https://github.com/zoziha/fortsa.git\ncd fortsa\n```\n### 依赖\n\n- [Fortran-lang/fpm][1] \u003e= 0.6.0：用于构建代码；\n- [GNU/GCC][2] \u003e= 9.4.0：用于编译 C、Fortran 代码。\n\n[1]: https://github.com/fortran-lang/fpm\n[2]: https://gcc.gnu.org/\n\n### 使用 [Fortran-lang/fpm][1] 构建\n\nFortran 包管理器 (fpm) 是 Fortran 的包管理器和构建系统。\u003cbr\u003e\n可以使用提供的 `fpm.toml` 进行构建：\n\n```sh\nfpm build --profile release\n```\n\n要在 fpm 项目中使用 `fortsa`，请将以下内容添加到 `fpm.toml` 文件中：\n\n```toml\n[dependencies]\nfortsa = { git = \"https://gitee.com/fortran-ipd/fortsa\" }\n```\n## `ctsa` 文档\n\n|**[自动 ARIMA](https://github.com/rafat/ctsa/wiki/AUTO-ARIMA)**|自动 ARIMA 类 + 示例 |\n|:------------------------------------------------:|:----------------------------------:|\n|**[SARIMAX](https://github.com/rafat/ctsa/wiki/SARIMAX/)**| SARIMAX 课程 + 示例 |\n|**[ARIMA](https://github.com/rafat/ctsa/wiki/ARIMA)**| ARIMA 类 + 示例 |\n|**[季节性 ARIMA](https://github.com/rafat/ctsa/wiki/SARIMA)**|季节性 ARIMA 课程 + 示例 |\n|**[AR](https://github.com/rafat/ctsa/wiki/AR)** | AR 类 + 示例 |\n|**[ACF](https://github.com/rafat/ctsa/wiki/ACF)** |自协方差、自相关和偏自相关 + 示例|\n|**[参考资料](https://github.com/rafat/ctsa/wiki/References)**|参考文献（列表正在更新） |\n\n维基可在\n\n[ctsa/wiki](https://github.com/rafat/ctsa/wiki)\n\n许可证：BSD 3-条款，检查许可证文件\n\n对于 C 例程，请联系 rafat.hsn@gmail.com。\nFortran 例程请联系 zuo.zhihua@qq.com。\n\n## 链接\n\n1. [rafat/ctsa](https://github.com/rafat/ctsa)\n2. [fortran-lang](https://fortran-lang.org/learn/)\n3. [fortran-lang/fpm](https://github.com/fortran-lang/fpm)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoziha%2Ffortsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoziha%2Ffortsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoziha%2Ffortsa/lists"}