# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fracARMA" in publications use:' type: software license: GPL-3.0-only title: 'fracARMA: Fractionally Integrated ARMA Model' version: 0.1.0 doi: 10.32614/CRAN.package.fracARMA abstract: Implements fractional differencing with Autoregressive Moving Average models to analyse long-memory time series data. Traditional ARIMA models typically use integer values for differencing, which are suitable for time series with short memory or anti-persistent behaviour. In contrast, the Fractional ARIMA model allows fractional differencing, enabling it to effectively capture long memory characteristics in time series data. The ‘fracARMA’ package is user-friendly and allows users to manually input the fractional differencing parameter, which can be obtained using various estimators such as the GPH estimator, Sperio method, or Wavelet method and many. Additionally, the package enables users to directly feed the time series data, AR order, MA order, fractional differencing parameter, and the proportion of training data as a split ratio, all in a single command. The package is based on the reference from the paper of Irshad and others (2024, ). authors: - family-names: M given-names: Muhammed Irshad email: irshadmiitm@gmail.com - family-names: Sarkar given-names: Dr. Kader Ali - family-names: Dhakre given-names: Dr. Digvijay Singh - family-names: Bhattacharaya given-names: Prof. Debasis repository: https://CRAN.R-project.org/package=fracARMA date-released: '2025-02-13' contact: - family-names: M given-names: Muhammed Irshad email: irshadmiitm@gmail.com