Skip to contents

Fit AR model using either single or ensemble approach

Usage

Autoregressive(ts, p, aic = TRUE, verbose = TRUE, ...)

Arguments

ts

A `ts` object.

p

AR order(s).

aic

Use AIC.

verbose

Verbose output.

...

Additional args.

Value

Residual `ts` object with AR metadata.