Calculate fitted values for stats::ar

# S3 method for class 'ar'
fitted(object, ...)

Arguments

object

stats::ar instance

...

other keywords

Value

ts An time series of the one-step forecasts

Examples

if (FALSE) { # \dontrun{
fitted(ar(WWWusage))
} # }