time_series: Simple Time Series

Description Usage Arguments Author(s)

View source: R/timeseries.R

Description

Specify an ARMA(p,d,q) to fit data and produce a forecast.

Usage

1
time_series(mydata= , p1= , d1= , q1=)

Arguments

mydata

Specify the data to be used.

p1

Specify the number of autoregressive terms.

d1

Specify the degree of differencing.

q1

Specify the number of moving average terms.

Author(s)

David B


biostatsrulez/DScience documentation built on May 25, 2019, 3:23 p.m.