fit_arima: Fit Auto Regressive Integrated Moving Average Model

Description Usage Arguments Value Examples

View source: R/fit_arima.R

Description

Fit Auto Regressive Integrated Moving Average Model

Usage

1
fit_arima(.data, parameter = NULL)

Arguments

.data

Data frame or tibble with a response variable.

parameter

List. Combination of parameter to estimate the model.

Value

data-frame

Examples

1
2
3
4
## Not run: 
get_arima()

## End(Not run)

opoyc/autoforecast documentation built on May 18, 2021, 1:29 a.m.