R/fitted.Arimax.R

#' @export
`fitted.Arima` <-
function (object,...) 
{
fitted=eval(object$call$x)-object$residuals
fitted
}

Try the TSA package in your browser

Any scripts or data that you put into this service are public.

TSA documentation built on July 5, 2022, 5:05 p.m.