An open API service indexing awesome lists of open source software.

https://github.com/tsmodels/tsarma

Autoregressive Moving Average Models. Estimation, filtering, prediction, simulation and diagnostics.
https://github.com/tsmodels/tsarma

arima r

Last synced: 22 days ago
JSON representation

Autoregressive Moving Average Models. Estimation, filtering, prediction, simulation and diagnostics.

Awesome Lists containing this project

README

          

[![R-CMD-check](https://github.com/tsmodels/tsarma/workflows/R-hub/badge.svg)](https://github.com/tsmodels/tsarma/actions)
[![Last-changedate](https://img.shields.io/badge/last%20change-2024--06--28-yellowgreen.svg)](/commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.2.0-orange.svg?style=flat-square)](commits/master)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tsarma)](https://cran.r-project.org/package=tsarma)

# tsarma

The **tsarma** package implements methods for the maximum likelihood
estimation of ARMA(p,q)-X models for stationary time series, backed by
autodiff (using TMB package). It includes methods for inference,
filtering, prediction, simulation and backtesting.

It makes use of the [tsmodels](https://github.com/tsmodels) framework,
providing common methods with similar inputs and classes with similar
outputs.

The package vignette is available in the new tsmodels site
[here](https://www.nopredict.com/packages/tsarma.html).