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

https://github.com/spkaluzny/robustarima

Fit a linear regression model with ARIMA errors using a filtered tau-estimate
https://github.com/spkaluzny/robustarima

arima cran-r robust-statistics time-series-analysis

Last synced: 3 months ago
JSON representation

Fit a linear regression model with ARIMA errors using a filtered tau-estimate

Awesome Lists containing this project

README

          

# robustarima

[![License: BSD_3_clause](https://img.shields.io/badge/license-BSD_3-blue.svg)](https://cran.r-project.org/web/licenses/BSD_3_clause)

An R package for fitting a linear regression model with ARIMA
errors using a filtered tau-estimate.
This code was originally available in S-PLUS.

### Installation

You can install the latest released version from CRAN with:
```r
install.packages("robustarima")
```

Install the latest development version from GitHub with:
```r
# install.packages("devtools")
devtools::install_github("spkaluzny/robustarima")