R/rstandard.Arima.R

Defines functions rstandard.Arima

Documented in rstandard.Arima

#' @export
rstandard.Arima <-
function(model,...)
{
  model$residuals/model$sigma2^.5
}

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.