powered by
varstan
Performs a visual check of residuals in time series models, this method is inspired in the check.residuals function provided by the forecast package.
check.residuals
forecast
check_residuals(object, ...)
None. Function produces a ggplot2 graph.
a varstan object.
Other plotting parameters to affect the plot.
Asael Alonzo Matamoros.
# \donttest{ sf1 = auto.sarima(ts = birth, iter = 500, chains = 1) # fitted model check_residuals(sf1) # }
Run the code above in your browser using DataLab