Skip to contents

Fit AR model using either single or ensemble approach

Usage

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

Arguments

x

A `ts` object.

p

AR order(s).

aic

Use AIC.

verbose

Verbose output.

...

Additional args.

Value

Residual `ts` object with AR metadata.