Skip to content
/ fortsa Public

A Univariate Time Series Analysis and ARIMA Modeling Package in Fortran.

License

Notifications You must be signed in to change notification settings

zoziha/fortsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortsa: A ctsa/Fortran binding

中文 | English

A Univariate Time Series Analysis and ARIMA Modeling Package in Fortran

fortsa is a Fortran binding package for univariate time series analysis, which is based on rafat/ctsa.

ctsa is a C software package for univariate time series analysis.

Get Started

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

Dependencies

Build with Fortran-lang/fpm

Fortran Package Manager (fpm) is a package manager and build system for Fortran.
You can build using provided fpm.toml:

fpm build --profile release

To use fortsa within your fpm project, add the following to fpm.toml file:

[dependencies]
fortsa = { git = "https://github.com/zoziha/fortsa" }

ctsa Docs

Auto ARIMA Auto ARIMA Class + Examples
SARIMAX SARIMAX Class + Examples
ARIMA ARIMA Class + Example
Seasonal ARIMA Seasonal ARIMA Class + Example
AR AR Class + Example
ACF Autocovariance, Autocorrelation and Partial Autocorrelation + Examples
References References (List Being Updated)

Wiki is available at

ctsa/wiki

License : BSD 3- Clause Check LICENSE file

For C routines, contact rafat.hsn@gmail.com.
For Fortran routines, contact zuo.zhihua@qq.com.

Links

  1. rafat/ctsa
  2. fortran-lang
  3. fortran-lang/fpm

About

A Univariate Time Series Analysis and ARIMA Modeling Package in Fortran.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published