1 Star 0 Fork 0

Fortran-stack/fortsa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

时间序列分析 Fortran 接口包

中文 | English

Fortran 的单变量时间序列分析和 ARIMA 建模包

fortsa是基于 rafat/ctsa 的单变量时间序列分析的 Fortran 接口包。

ctsa 是一个用于单变量时间序列分析的 C 软件包。

开始

git clone https://github.com/zoziha/fortsa.git
cd fortsa

依赖

使用 Fortran-lang/fpm 构建

Fortran 包管理器 (fpm) 是 Fortran 的包管理器和构建系统。
可以使用提供的 fpm.toml 进行构建:

fpm build --profile release

要在 fpm 项目中使用 fortsa,请将以下内容添加到 fpm.toml 文件中:

[dependencies]
fortsa = { git = "https://gitee.com/fortran-ipd/fortsa" }

ctsa 文档

自动 ARIMA 自动 ARIMA 类 + 示例
SARIMAX SARIMAX 课程 + 示例
ARIMA ARIMA 类 + 示例
季节性 ARIMA 季节性 ARIMA 课程 + 示例
AR AR 类 + 示例
ACF 自协方差、自相关和偏自相关 + 示例
参考资料 参考文献(列表正在更新)

维基可在

ctsa/wiki

许可证:BSD 3-条款,检查许可证文件

对于 C 例程,请联系 rafat.hsn@gmail.com Fortran 例程请联系 zuo.zhihua@qq.com

链接

  1. rafat/ctsa
  2. fortran-lang
  3. fortran-lang/fpm
Copyright (c) 2021-2022, 左志华 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

A Univariate Time Series Analysis and ARIMA Modeling Package in Fortran. 展开 收起
README
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
FORTRAN
1
https://gitee.com/fortran-stack/fortsa.git
git@gitee.com:fortran-stack/fortsa.git
fortran-stack
fortsa
fortsa
main

搜索帮助