Description Usage Arguments Value Examples
This function allows to create three separate plots of the residuals, Partial autocorrelation (PAC) anc the count of an ARIMA model of a time series.
1 | plot_tsres(ts_arima, n_degfree)
|
ts_arima |
A univariate time series with class 'Arima' object. |
n_degfree |
A number referred to the degrees of freedom for the residuals. |
Three plots (Residuals, ACF and count) or a character string referred to an argument error.
1 2 3 4 | dataset<-data.frame('something'=c(...))
dataset_ts<-ts(dataset, ...)
arima_ts<-autoparam_tsarima(dataset_ts[,1])
plot_tsres(arima_ts, "ARIMA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.